Skip to content

Commit 6b44671

Browse files
committed
update the text of Vue.js component tutorial part-2
1 parent feb02c7 commit 6b44671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
- [多个slot示例2——多种颜色的对话框](https://keepfool.github.io/vue-tutorials/02.Components/Part-2/dialog-slot-with-class.html)
5858
- [多个slot示例3——未指定footer的对话框](https://keepfool.github.io/vue-tutorials/02.Components/Part-2/dialog-slot-with-class-no-footer.html)
5959

60-
####父子组件实例访问实例
60+
####父子组件实例访问示例
6161

6262
- [$children示例](https://keepfool.github.io/vue-tutorials/02.Components/Part-2/$children.html)
6363
- [$ref示例](https://keepfool.github.io/vue-tutorials/02.Components/Part-2/$parent.html)
@@ -66,7 +66,7 @@
6666
####父子组件通信示例
6767

6868
- [$dispatch:子组件向父组件派发事件](https://keepfool.github.io/vue-tutorials/02.Components/Part-2/$dispatch.html)
69-
- [$broadcast父组件向子组件广播事件](https://keepfool.github.io/vue-tutorials/02.Components/Part-2/$broadcast.html)
69+
- [$broadcast:父组件向子组件广播事件](https://keepfool.github.io/vue-tutorials/02.Components/Part-2/$broadcast.html)
7070

7171
####基于组件一步一步实现一个CURD示例
7272

0 commit comments

Comments
 (0)