可以用 v-model 指令在表单控件元素上创建双向数据绑定。 ... <select v-model="selected" multiple> ... <input type="radio" v-model="pick" v-bind:value="a"> ...
確定! 回上一頁