v-bind 只能从M到V的自动绑定 不能实现双向绑定 而 v-model可以实现双向绑定但是只能在表单元素中使用
<input type="text" v-bind:value="msg">
<input type="text" v-model:value="msg">
本文标题:v-model
本文链接:https://www.haomeiwen.com/subject/pjvffctx.html
网友评论