组件通信的方式

1.props:用于父子通信
2.自定义事件:@on @emit 可以实现子给通信
全局时间总线:$bus 全能
pubsub-js:vue中不用 全能
插槽
vuex

你可能感兴趣的:(vue.js)