2020年9月26日
摘要: v-model 指令在表单 <input>、<textarea> 及 <select> 元素上创建双向数据绑定。 <!-- 单选框 --> <input type="radio" name="name1" id="name1" v-model="sex" value="1"> <label for= 阅读全文
posted @ 2020-09-26 11:46 京鸿一瞥 阅读(130) 评论(0) 推荐(0)