feat: 升级vue3版本和router版本,主框架调整,页面样式统一
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"strict": false,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
@ -16,7 +16,7 @@
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"types": ["unplugin-vue-define-options/macros-global"]
|
||||
"types": ["unplugin-vue-define-options/macros-global",]
|
||||
},
|
||||
|
||||
"references": [
|
||||
|
||||
Reference in New Issue
Block a user