添加路由

This commit is contained in:
2025-02-28 09:22:38 +08:00
parent 8993455dfb
commit 81706fc48d
7 changed files with 321 additions and 22 deletions

View File

@@ -14,6 +14,7 @@
"@codemirror/lang-javascript": "^6.2.3",
"@fsegurai/codemirror-theme-github-light": "^6.1.2",
"@vueuse/core": "^12.7.0",
"axios": "^1.8.1",
"codemirror": "^6.0.1",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
@@ -24,7 +25,8 @@
"naive-ui": "^2.41.0",
"normalize.css": "^8.0.1",
"vue": "^3.5.13",
"vue-codemirror": "^6.1.1"
"vue-codemirror": "^6.1.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify/vue": "^4.3.0",