一、proprs
image.png
二、自定义事件
适用于:子组件给父组件传参
emit
三、全局事件总线
适用于:全能
Vue.prototype.$bus=this
四、pubsub-js, 在React 框架中使用的多,(发布与订阅)
适用于:万能
五、Vuex
适用于:万能
六、插槽
image.png
适用于:子组件给父组件传参
emit
适用于:全能
Vue.prototype.$bus=this
适用于:万能
适用于:万能