摘要: Vue.js 0.12.12 发布,更新内容如下:提升v-modelon checkbox can now bind the model value to expressions instead of justtrueorfalse. Example:?1inputtype="checkbox"v-model="example"true-exp="a"false-exp= ...
Vue.js 0.12.12 发布,更新内容如下:
提升
v-modelon checkbox can now bind the model value to expressions instead of justtrueorfalse. Example: