Browse Source

Merge branch 'v2' of https://github.com/jdf2e/nutui into v2

杨小璐 5 years ago
parent
commit
02ee3f28b3
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) {