Merge pull request #166 from jingsam/slider

add slider on-input
This commit is contained in:
Aresn 2017-01-04 18:01:05 +08:00 committed by GitHub
commit 23f1a8f28b
2 changed files with 18 additions and 14 deletions

View file

@ -184,6 +184,7 @@
}
});
this.updateValue(val);
this.$emit('on-input', this.value);
}
},
methods: {