Default export of the module has or is using private name VueConstructor
在Vue项目中集成typescript,按网上资料配置了一下,基本可以在.Vue文件中写typescript代码了。 但在使用Vue.extend时,报错:Default export of the module has or is using private name 'VueConstructor'。 在Google上搜索了一番,原来在tsconfig.json文件中要配置"declarati
·
在Vue项目中集成typescript,按网上资料配置了一下,基本可以在.Vue文件中写typescript代码了。 但在使用Vue.extend时,报错:Default export of the module has or is using private name 'VueConstructor'。 在Google上搜索了一番,原来在tsconfig.json文件中要配置"declaration": false, 选项。不配置此属性,或设置为true都会报这个错误。
更多推荐
已为社区贡献25条内容
所有评论(0)