![]() |
1
t2doo 277 天前
去年用了一整年的 Vue2 ,今年过完年开始用的 Vue3 ,不得不说 composition API 太香了,setup 少写好多代码,反正我是可以用 3 就不想再用 2 了
|
![]() |
2
RickyC 276 天前
变化是:
1. 不用写根标签 2.是 data:{}, 3 是 data(){ return {}} |
![]() |
3
96412hj 276 天前
我个人感觉,用 js 写 vue2 爽,用 ts 写 angular 爽
|
4
lbgfox 276 天前
性能+更少的代码
|
![]() |
5
sjhhjx0122 276 天前
确实奇怪为什么不完整实现一下依赖注入,搞的我写 vue 项目要引入第三方的依赖注入库
|