2024年5月6日
摘要: 【介绍】 # vue3 的变化 1.性能的提升 -打包大小减少41% -初次渲染快55%, 更新渲染快133% -内存减少54% 2.源码的升级 使用Proxy代替defineProperty实现响应式 重写虚拟DOM的实现和Tree-Shaking 3.拥抱TypeScript Vue3可以更好的 阅读全文
posted @ 2024-05-06 20:16 认真的六六 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 【router基本使用(路由跳转,携带数据)】 ####### 跳转 ####### -js跳转 this.$router.push(路径) this.$router.push(对象) -this.$router.push({name:'路由别名'}) -this.$router.push({pat 阅读全文
posted @ 2024-05-06 16:17 认真的六六 阅读(22) 评论(0) 推荐(0) 编辑