自动路由-bug版
This commit is contained in:
@ -6,12 +6,13 @@
|
||||
"src/**/*.vue",
|
||||
"auto-imports.d.ts",
|
||||
"components.d.ts",
|
||||
"extra.d.ts"
|
||||
"extra.d.ts",
|
||||
"typed-router.d.ts"
|
||||
],
|
||||
"exclude": ["src/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
|
||||
"types":["unplugin-vue-router/client"],
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user