mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +08:00
fix(rate): remove the confusing this (#1910)
This commit is contained in:
parent
fbb3feaea8
commit
c790aeb19f
@ -229,7 +229,7 @@ export default defineComponent({
|
||||
}
|
||||
if (props.allowHalf && pointerAtLeftHalf.value) {
|
||||
emit('update:modelValue', currentValue.value)
|
||||
emit('change', this.currentValue)
|
||||
emit('change', currentValue.value)
|
||||
} else {
|
||||
emit('update:modelValue', value)
|
||||
emit('change', value)
|
||||
|
Loading…
Reference in New Issue
Block a user