子组件 this.$emit('input', this.formValue);//子传给父 父组件引用子组件 <search-bar v-model="form"></search-bar> 这样将formValue传给了父组件的form