vue-learning:31 - component - 组件间通信的6种方法

vue组件间通信的6种方法

  • 父子组件通信 prop / $emit
  • 嵌套组件 $attrs / $liteners
  • 后代组件通信 provide / inject
  • 组件实例引用 $root / $parent / $children / $refs
  • 事件总线 const Bus = new Vue()
  • 状态管理器 Vuex

点击查看参考链接:https://mp.weixin.qq.com/s/xNlZ8gextPWABguwOtqE3Q
点击查看参考链接:https://blog.csdn.net/zhoulu001/article/details/79548350

猜你喜欢

转载自www.cnblogs.com/webxu20180730/p/11031265.html