Vue3相对于Vue2有什么特点
Vue3特点创建实例的方式不同,createApp()代替了new Vue()组合式APIcomposition APIdata始终声明为函数template模板下可以有不止一个元素生命周期变化,destroyed改名为unmounted数据响应式用Proxy实现,Vue2是define.property拥抱TypeScript...
·
Vue3特点
- 创建实例的方式不同,
createApp()代替了new Vue() - 组合式API
composition API data始终声明为函数template模板下可以有不止一个元素- 生命周期变化,
destroyed改名为unmounted - 数据响应式用
Proxy实现,Vue2是define.property - 拥抱
TypeScript
更多推荐



所有评论(0)