We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb62f8e commit e0cd432Copy full SHA for e0cd432
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.3.10](https://github.com/MicroAppJS/plugin-vuepress/compare/v0.3.9...v0.3.10) (2021-10-29)
2
+
3
4
+### Bug Fixes
5
6
+* 修复嵌套逻辑时的根路径问题 ([cb62f8e](https://github.com/MicroAppJS/plugin-vuepress/commit/cb62f8e6b67bace2a0dd748db5cf3686de7b14e9))
7
8
## [0.3.9](https://github.com/MicroAppJS/plugin-vuepress/compare/v0.3.8...v0.3.9) (2021-10-29)
9
10
## [0.3.8](https://github.com/MicroAppJS/plugin-vuepress/compare/v0.3.7...v0.3.8) (2021-10-28)
package.json
@@ -1,6 +1,6 @@
{
"name": "@micro-app/plugin-vuepress",
- "version": "0.3.9",
+ "version": "0.3.10",
"description": "[Plugin] adapter vuepress plugin.",
"main": "src/index.js",
"scripts": {
0 commit comments