ask: v-for n child components in the parent component, and there is a value in the 
 child component. Pass the value value $emit to the parent component. 
 Why can the parent component only receive the value of the first child component, and why can"t the value, of 
 other child components receive it 
