refactor(projects): 完善路由配置

This commit is contained in:
Soybean
2021-09-14 01:31:29 +08:00
parent 1dcdcdc485
commit ab77d58e46
24 changed files with 441 additions and 301 deletions

View File

@ -18,7 +18,7 @@
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@vueuse/core": "^6.3.2",
"@vueuse/core": "^6.3.3",
"axios": "^0.21.4",
"chroma-js": "^2.1.2",
"dayjs": "^1.10.7",
@ -33,14 +33,14 @@
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@iconify/json": "^1.1.400",
"@iconify/json": "^1.1.401",
"@iconify/vue": "^3.0.0",
"@types/chroma-js": "^2.1.3",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-vue": "^1.6.2",
"@vue/compiler-sfc": "^3.2.11",
"@vue/eslint-config-prettier": "^6.0.0",
@ -62,9 +62,9 @@
"prettier": "^2.4.0",
"sass": "^1.39.2",
"typescript": "^4.4.3",
"unplugin-icons": "^0.7.6",
"unplugin-icons": "^0.9.0",
"unplugin-vue-components": "^0.15.0",
"vite": "^2.5.6",
"vite": "^2.5.7",
"vite-plugin-html": "^2.1.0",
"vite-plugin-windicss": "^1.4.2",
"vue-tsc": "^0.3.0",