博客园

super.hill

记录搬砖中遇到的坑,欢迎批评指导!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

 

示例:

单选radio
<label ><input type="radio" value="0" v-model="branch">debug</label>
<label > <input type="radio" value="1" v-model="branch">release</label>

容易出错的

例子:绑定了两个model
<label ><input type="radio" name="name1" value="0" v-model="branch">debug</label>

<label > <input type="radio" name="name1" value="1" v-model="branch1">release</label>

 

posted on 2017-12-12 17:03  超岭  阅读(2089)  评论(0编辑  收藏  举报
博客园