本文記錄我在第一次使用和開發一個 vue + typescript 時的一些瑣碎知識點以供以後查閱
-
使用 vue-cli@3 作弊般跳過 ts 配置
-
ts 在 vue 下的一種解決方案 vue-property-decorator
-
使用 Mixin 時 的繼承鏈 class extends Mixin extends Vue(vue-property-decorator)
-
使用 props 的一種解決方案 @Components 這種寫法同時也可以將 props 等 Vue 中有特殊地位的變數(方法實現) 與開發者自由定義的方法或變數區分開來