This commit is contained in:
07akioni 2019-10-30 18:10:18 +08:00
parent 26bc4952c3
commit f3a5ff5a36
2 changed files with 3 additions and 2 deletions

View File

@ -281,9 +281,9 @@ export default {
newValue[0] === oldValue[0] && newValue[0] === oldValue[0] &&
newValue[1] === oldValue[1] newValue[1] === oldValue[1]
)) { )) {
this.$emit('change', newValue) this.$emit('change', newValue, oldValue)
} }
} else { this.$emit('change', newValue) } } else { this.$emit('change', newValue, oldValue) }
} }
}, },
created () { created () {

View File

@ -7,6 +7,7 @@
vertical-align: middle; vertical-align: middle;
user-select: none; user-select: none;
display: inline-block; display: inline-block;
outline: none;
} }
@include e(rail) { @include e(rail) {
@include once { @include once {