vue实现全选反选

<input type="checkbox" v-model="nids" :value="news.nid"/>{{news.nid}} <input type="checkbox" v-on:click="checkAll()"> 全选 checkAll:function(){ // alert(3); var _this=this;
相关文章
相关标签/搜索