在自定义组件中使用v-model
可以在自定义组件内部声明
model:{}
值改变可以通过$emit('input',input),吧值回传给v-model,其中‘input’为event所表达参数