To let TypeScript properly infer types inside Vue component options, you need to define components with Vue.component or Vue.extend : import Vue from 'vue' ...
確定! 回上一頁