Vue组件之间的通信方式都有哪些? 咖喱崔 2023-02-09 70 阅读1分钟 1、父组件向子组件传递数据 props 2、子组件向父组件传递数据($emit的用法) 3、兄弟组件通信 4、ref / $refs 5、eventBus事件总线(emitemit emiton) 6、依赖注入(provide / inject) 7、parent/parent / parent/children 8、$children 9、$root 10、vuex