vue3+ts打包报错is a JavaScript file. Did you mean to enable the ‘allowJs‘ option?
vue3 + TS 运行时没问题,打包报错。原因:在script脚本上少写个......
·
vue3 + TS 运行时没问题,打包报错
is a JavaScript file. Did you mean to enable the 'allowJs' option? The file is in the program because: Root file specified for compilation
原因:在script脚本上少写了个 lang=“ts”
更多推荐
已为社区贡献1条内容
所有评论(0)