升级:将 VitePress 版本升级为 v1.0.0-alpha.30(官方已将 Badge 组件对齐显示问题修复)

This commit is contained in:
2022-12-07 21:18:40 +08:00
parent df0ab1f670
commit ff227d59b1
5 changed files with 15 additions and 15 deletions

View File

@@ -2,8 +2,8 @@
"private": true,
"scripts": {
"dev": "node collect-article-data.mjs && vitepress dev docs",
"build": "node collect-article-data.mjs && vitepress build docs",
"serve": "vitepress serve docs"
"preview": "node collect-article-data.mjs && vitepress preview docs",
"build": "node collect-article-data.mjs && vitepress build docs"
},
"devDependencies": {
"@arco-design/web-vue": "^2.38.3",
@@ -12,7 +12,7 @@
"mermaid": "9.1.7",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vitepress": "1.0.0-alpha.29",
"vitepress": "1.0.0-alpha.30",
"vitepress-plugin-mermaid": "^2.0.8",
"vitepress-plugin-search": "1.0.4-alpha.15",
"vue": "^3.2.45"