Several ways of vue parent-child component communication

1.Props+$emit()

2. Callback function (callback)

3.$parent+$children

4.provide+inject

5.$attrs+$listeners

6.ref attribute

Guess you like

Origin blog.csdn.net/taotaobaobei/article/details/114121026