Element-ui input 输入框限制只能输入数字的问题


保留小数点后几位



v-model没有值的的问题我是这么解决的



const elem = this.$refs.ele
if(elem.isOnComposition) {  // em..其实这个判断可以去了
    this.count = elem.currentValue
}

你可能感兴趣的:(vue)