Skip to content

Commit b15fc5f

Browse files
committed
docs: bump vuepress + fix broken link
1 parent 032a7a4 commit b15fc5f

File tree

3 files changed

+753
-105
lines changed

3 files changed

+753
-105
lines changed

docs/zh/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
1515
* [配合 Vuex 实用](guides/using-with-vuex.md)
1616
* [API](api/README.md)
1717
* [mount](api/mount.md)
18-
* [shallow](api/shallow.md)
18+
* [shallowMount](api/shallowMount.md)
1919
* [render](api/render.md)
2020
* [renderToString](api/renderToString.md)
2121
* [挂载选项](api/options.md)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"vue-router": "^3.0.1",
7070
"vue-server-renderer": "2.5.13",
7171
"vue-template-compiler": "2.5.13",
72-
"vuepress": "^0.9.0",
72+
"vuepress": "^0.10.0",
7373
"vuepress-theme-vue": "^1.0.3",
7474
"vuetify": "^0.16.9",
7575
"vuex": "^3.0.1",

0 commit comments

Comments
 (0)