[vue+typescript]Property or method “xxx” is not defined on the instance but referenced during render
vue-cli3 创建 TypeScript 项目时,在使用 @Prop时 报错: Property or method "xxx" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or …