mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
chore
This commit is contained in:
parent
26bc4952c3
commit
f3a5ff5a36
@ -281,9 +281,9 @@ export default {
|
||||
newValue[0] === oldValue[0] &&
|
||||
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 () {
|
||||
|
@ -7,6 +7,7 @@
|
||||
vertical-align: middle;
|
||||
user-select: none;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
}
|
||||
@include e(rail) {
|
||||
@include once {
|
||||
|
Loading…
Reference in New Issue
Block a user