fix(projects): 修复vertical-mix布局、重构初始化的loading

This commit is contained in:
Soybean
2022-01-18 01:17:09 +08:00
parent b2a4ddf5e3
commit 579e07400e
32 changed files with 563 additions and 737 deletions

View File

@ -12,13 +12,13 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"importHelpers": true,
"skipLibCheck": true,
"noEmit": true,
"paths": {
"@/*": ["src/*"],
"~/*": ["./*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"skipLibCheck": true,
"noEmit": true
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"include": ["vite.config.*", "src/typings/*.d.ts", "src/**/*", "src/**/*.vue", "mock/**/*.ts", "build/**/*.ts", ".env-config.ts"],
"exclude": ["/dist/**", "node_modules"]