vue的八種組件通訊方式

組件之間的通訊主要分爲:html 父子組件之間通訊 非父子組件之間的通訊(兄弟組件、隔代關係組件等) 八種通訊方式 1. props 、$emit 2. c h i l d r e n 、 children 、 children、parent 3. ref 4. provide 、reject 5. Vuex 6. $attrs 與listenters 7. eventBus 8. localSt
相關文章
相關標籤/搜索