摘要: v-model 用在 input 元素上时 v-model虽然很像使用了双向数据绑定的 Angular 的 ng-model,但是 Vue 是单项数据流,v-model 只是语法糖而已: <input v-model="sth" /> <input v-bind:value="sth" v-on:i 阅读全文
posted @ 2018-02-06 18:52 温少昌 阅读(2081) 评论(0) 推荐(0)