vue2-vue3对比
Vue2和Vue3的相比较而言的相关面试题
- 抱歉:Vue3没有研究那么深,不知道
- 2020年9月发布的正式版
Vue3支持大多数的Vue2的特性
Vue中设计了一套强大的组合Api代替了Vue2中的option API,复用性更强了
更好的支持TS
- 最主要:Vue3中使用了Proxy配合Reflect 代替了Vue2中Object.defineProperty()方法
实现了数据的响应式(数据代理) - 重写了虚拟DOM,速度更快了
- 新的组件: Fragment(片段) / Teleport(瞬移) / Suspense(不确定)
- 设计了一个新的脚手架工具,vite
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment