2
2
3
3
Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
4
4
5
- * [ 教程] ( guides/README.md )
5
+ * [ 教程] ( guides/ )
6
6
* [ 起步] ( guides/getting-started.md )
7
7
* [ 常用技巧] ( guides/common-tips.md )
8
8
* [ 鼠标、键盘以及其它 DOM 事件] ( guides/dom-events.md )
@@ -13,7 +13,7 @@ Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
13
13
* [ 测试异步行为] ( guides/testing-async-components.md )
14
14
* [ 配合 Vue Router 使用] ( guides/using-with-vue-router.md )
15
15
* [ 配合 Vuex 实用] ( guides/using-with-vuex.md )
16
- * [ API] ( api/README.md )
16
+ * [ API] ( api/ )
17
17
* [ mount] ( api/mount.md )
18
18
* [ shallowMount] ( api/shallowMount.md )
19
19
* [ render] ( api/render.md )
@@ -31,7 +31,7 @@ Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
31
31
- [ provide] ( api/options.md#provide )
32
32
- [ sync] ( api/options.md#sync )
33
33
- [ 其它选项] ( api/options.md#other-options )
34
- * [ Wrapper] ( api/wrapper/README.md )
34
+ * [ Wrapper] ( api/wrapper/ )
35
35
* [ attributes] ( api/wrapper/attributes.md )
36
36
* [ classes] ( api/wrapper/classes.md )
37
37
* [ contains] ( api/wrapper/contains.md )
@@ -53,7 +53,7 @@ Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
53
53
* [ text] ( api/wrapper/text.md )
54
54
* [ trigger] ( api/wrapper/trigger.md )
55
55
* [ isVisible] ( api/wrapper/isVisible.md )
56
- * [ WrapperArray] ( api/wrapper-array/README.md )
56
+ * [ WrapperArray] ( api/wrapper-array/ )
57
57
* [ at] ( api/wrapper-array/at.md )
58
58
* [ contains] ( api/wrapper-array/contains.md )
59
59
* [ exists] ( api/wrapper/exists.md )
@@ -67,7 +67,7 @@ Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
67
67
* [ setProps] ( api/wrapper-array/setProps.md )
68
68
* [ trigger] ( api/wrapper-array/trigger.md )
69
69
* [ isVisible] ( api/wrapper-array/isVisible.md )
70
- * [ 组件] ( api/components/README.md )
70
+ * [ 组件] ( api/components/ )
71
71
* [ TransitionStub] ( api/components/TransitionStub.md )
72
72
* [ TransitionGroupStub] ( api/components/TransitionGroupStub.md )
73
73
* [ RouterLinkStub] ( api/components/RouterLinkStub.md )
0 commit comments