码迷,mamicode.com
首页 > Web开发 > 详细

【js】vue.js v-model

时间:2017-09-01 14:32:46      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:logs   www   height   vue.js   pre   using   log   width   mod   

<tr>
<td width="60" height="44">排序号:</td>
<td width="180">
<input type="text" id="UPsortid" v-model="roleInfo.sort_id"/>
</td>
</tr>
<tr>
<td width="60" height="44">是否启用:</td>
<td width="180" id="UPusing">
<input type="radio" name="UPusing" value="0" v-model="roleInfo.disabled" >是
<input type="radio" name="UPusing" value="1" v-model="roleInfo.disabled" >否
</td>
</tr>


http://www.cnblogs.com/kelly2017/p/7136868.html

【js】vue.js v-model

标签:logs   www   height   vue.js   pre   using   log   width   mod   

原文地址:http://www.cnblogs.com/CESC4/p/7462825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!