Vue forms

Vue 的表单。
表单中的数据和是双向绑定的。
你可以使用 v-model 对控件元素进行数据双向绑定。
Vue forms_数据

比较有用的修饰符
.lazy
.number
.trim