Vue中组件通信的几种方式 用户7844528313236 2022-04-11 214 阅读1分钟 父子组件 props/$emit/$parent/ref/$attrs 兄弟组件 $parent/$root/eventbus/vuex 跨层级关系 eventBus/vuex/provide+inject 借用杨村长的图 组件通信常⽤⽅式有以下8种: props $emit/ $son $children/$parent $attrs/$listeners ref $root eventbus vuex 注意vue3中废弃的⼏个API