add slider on-input

This commit is contained in:
jingsam 2017-01-04 17:55:22 +08:00
parent 4a260ed5e4
commit 8a76ba042d
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: {