-
v-model
在<input> <select> <textarea>
等中使用 -
修饰符
.lazy
(取代 input 监听 change 事件)
.number
(输入字符串转为有效的数字)
.trim
(输入首尾空格过滤)。
vue中v-model对select的绑定
https://blog.csdn.net/qq_41802303/article/details/80080101
vue.js中的表单radio,select,textarea的v-model属性的用法
https://blog.csdn.net/tangcc110/article/details/80181401
Vue表单绑定v-model
https://blog.csdn.net/weixin_42078760/article/details/88093627#select_137
网友评论