parent father.vue:
< template >
<div>
<A></A>
<B></B>
</div>
< / template >
where component An is the table component, and the data in the table is passed in by the father component.
B is a component that adds Form form data. If you want to add data to the table of component A through component B, how do you write vue code?