feat(projects): 添加固定路由

This commit is contained in:
Soybean
2021-09-09 12:00:18 +08:00
parent 638a8e9856
commit ff4a09c452
14 changed files with 204 additions and 90 deletions

View File

@ -18,7 +18,7 @@
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@vueuse/core": "^6.2.1",
"@vueuse/core": "^6.3.2",
"axios": "^0.21.4",
"chroma-js": "^2.1.2",
"dayjs": "^1.10.6",
@ -40,8 +40,8 @@
"@types/smoothscroll-polyfill": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.10",
"@vitejs/plugin-vue": "^1.6.2",
"@vue/compiler-sfc": "^3.2.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.2.4",
@ -63,7 +63,7 @@
"typescript": "^4.4.2",
"unplugin-icons": "^0.7.6",
"unplugin-vue-components": "^0.15.0",
"vite": "^2.5.5",
"vite": "^2.5.6",
"vite-plugin-html": "^2.1.0",
"vite-plugin-windicss": "^1.4.2",
"vue-tsc": "^0.3.0",