层级错误,且element-plus按需引入不用配置tsconfig.jsonSigned-off-by: zl <11656279+xbbzjsj@user.noreply.gitee.com>
tsconfig.json @@ -19,9 +19,6 @@ "paths": { "@/*": ["src/*"] }, "compilerOptions": { "types": ["element-plus/global"] }, "types": ["vite/client"], "skipLibCheck": true, "removeComments": true,