File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
- [ 多个slot示例2——多种颜色的对话框] ( https://keepfool.github.io/vue-tutorials/02.Components/Part-2/dialog-slot-with-class.html )
58
58
- [ 多个slot示例3——未指定footer的对话框] ( https://keepfool.github.io/vue-tutorials/02.Components/Part-2/dialog-slot-with-class-no-footer.html )
59
59
60
- ####父子组件实例访问实例
60
+ ####父子组件实例访问示例
61
61
62
62
- [ $children示例] ( https://keepfool.github.io/vue-tutorials/02.Components/Part-2/$children.html )
63
63
- [ $ref示例] ( https://keepfool.github.io/vue-tutorials/02.Components/Part-2/$parent.html )
66
66
####父子组件通信示例
67
67
68
68
- [ $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 )
70
70
71
71
####基于组件一步一步实现一个CURD示例
72
72
You can’t perform that action at this time.
0 commit comments