修复点击链接后会弹出404界面的问题
修复点击链接后会弹出404界面的问题,可能为viteBundler未正常引入导致
This commit is contained in:
12
package.json
12
package.json
@@ -11,12 +11,16 @@
|
||||
"docs:update-package": "npx vp-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/client": "2.0.0-beta.66",
|
||||
"vue": "^3.2.47",
|
||||
"vuepress": "2.0.0-beta.66",
|
||||
"vuepress-theme-hope": "2.0.0-beta.234"
|
||||
"@vuepress/bundler-vite": "^2.0.0-rc.7",
|
||||
"katex": "^0.16.9",
|
||||
"vue": "^3.4.17",
|
||||
"vuepress": "^2.0.0-rc.7",
|
||||
"vuepress-theme-hope": "2.0.0-rc.23"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"vuepress-plugin-md-enhance": "^2.0.0-rc.23"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user