v-model

作者: 天字一等 | 来源:发表于2018-12-28 11:26 被阅读106次

    .vue

    <input type="checkbox" v-model="boolen">
    
    data:{
          boolen:true
    }
    

    效果:
    多选框被选中
    注意:不能直接写v-model="true"

    相关文章

      网友评论

          本文标题:v-model

          本文链接:https://www.haomeiwen.com/subject/lcdslqtx.html