vue3+ts中使用setup语法糖定义变量飘红报错

288 阅读1分钟

cannot be compiled under ‘--isolatedModules‘ because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.

image.png

tsconfig.json文件

image.png "isolatedModules":false即可,就不会将每个文件转为单独模块