mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
chore
This commit is contained in:
parent
26bc4952c3
commit
f3a5ff5a36
@ -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 () {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user