vue-bulma / cleave

Vue Cleave component is based on cleave.js for Vue
MIT License
105 stars 17 forks source link

v-model="money" 赋值无法双向绑定解决方案如下: #18

Open qiuguanyou opened 6 years ago

qiuguanyou commented 6 years ago

watch: { value(v){ this.$el.value = v }, }