feat(routers): update routers and vuex

This commit is contained in:
minskiter
2024-03-29 15:06:16 +08:00
parent 5e7a3dc913
commit 30fb2533e3
15 changed files with 182 additions and 72 deletions

View File

@@ -9,10 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^2.7.0"
"vue": "^2.7.0",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.1",
"autoprefixer": "^10.4.19",
"sass": "^1.72.0",
"vite": "^5.2.0"
}