示例:

单选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>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案