自定义元素上使用 v-model="theFunction", 同时,组件里使用 model {prop:xxx, event:xxx} 可以把 model 里面定义的 prop 和event 自动绑定在 "theFuntion" 这个自定义事件上
转载于:https://www.cnblogs.com/hanxiaoer/p/9817769.html
自定义元素上使用 v-model="theFunction", 同时,组件里使用 model {prop:xxx, event:xxx} 可以把 model 里面定义的 prop 和event 自动绑定在 "theFuntion" 这个自定义事件上
转载于:https://www.cnblogs.com/hanxiaoer/p/9817769.html