1、父 -> 子。通过props
//father.vue <template> <div id="father"> <div><label>姓名</label><input type="text" v-model="name"/></div> </div> </template> <script> <template>
1、父 -> 子。通过props
//father.vue <template> <div id="father"> <div><label>姓名</label><input type="text" v-model="name"/></div> </div> </template> <script> <template>