在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 的變...