shims-vue.d.ts 新增如下 declare module 'vue/types/vue' { interface Vue { // ... // 以下是在main.ts中掛載到Vue.prototype上的變數 $api: any; ...
確定! 回上一頁