Skip to content

Vue 组件如何通讯(常见)

几种

  • 父子组件 props 和 this.$emit
  • 自定义事件 event.$no event.$off event.$emit
  • vuex

基于 MIT 许可发布