mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(rate): remove the confusing this (#1910)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user