input、textarea 表单数据绑定 text 和 textarea 元素使用 value property 和 input 事件使用v-model进行数据绑定 checkbox 和 radio 使用 checked property 和 change 事件 select 字段将 value 作为 prop 并将 change 作为事件 修饰符 相关文章: 2021-12-09 2021-11-14 2021-06-30 2021-05-31 2021-07-29 2021-09-27 2021-10-24 2021-05-05