Browse Source

fix: stepper blur val update bug

richard1015 5 years ago
parent
commit
f8c9569b01
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/packages/stepper/stepper.vue

+ 1 - 0
src/packages/stepper/stepper.vue

@@ -155,6 +155,7 @@ export default {
             }else{
                 this.num = this.tempNum;
             }
+            this.$emit('update:value', this.num);
             this.$emit('blur', e, this.num);
         },
         checknum(e) {