在vue2时代,$refs 直接操作子组件 this.$refs.gridlayout.$children[index]; 虽然不推荐这么做,但...
vue2 的watch回顾 我们先回顾一下vue2中watch 《watch性能优化:vue watch对象键值说明-immediate属性详解...
在vue2,class 写法真的非常爽 import{Componentastsc}from'vue-tsx-support'; import{...
this.$createElement vue2 动态组件加载,this.$createElement非常好使!比如: import{Compo...
因为vue2 下vue-property-decorator +vue-tsx-support +vuex-module-decorators/...
看完 《前端规范之Git工作流规范(Husky + Commitlint + Lint-staged)https://www.cnblogs.c...
在看https://v3-migration.vuejs.org/breaking-changes/events-api.html 在vue2里...
全局变量挂载 vue2 Vue.prototype.$lm={} vue3 constapp=Vue.createApp({}) app.con...
项目从vue2 升级vue3,VueI18n需要做适当的调整。主要是Vue I18n v8.x 到Vue I18n v9 or later 的变...