We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032a7a4 commit b15fc5fCopy full SHA for b15fc5f
docs/zh/README.md
@@ -15,7 +15,7 @@ Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
15
* [配合 Vuex 实用](guides/using-with-vuex.md)
16
* [API](api/README.md)
17
* [mount](api/mount.md)
18
- * [shallow](api/shallow.md)
+ * [shallowMount](api/shallowMount.md)
19
* [render](api/render.md)
20
* [renderToString](api/renderToString.md)
21
* [挂载选项](api/options.md)
package.json
@@ -69,7 +69,7 @@
69
"vue-router": "^3.0.1",
70
"vue-server-renderer": "2.5.13",
71
"vue-template-compiler": "2.5.13",
72
- "vuepress": "^0.9.0",
+ "vuepress": "^0.10.0",
73
"vuepress-theme-vue": "^1.0.3",
74
"vuetify": "^0.16.9",
75
"vuex": "^3.0.1",
0 commit comments