mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix(components): [update] fix onChange hook called twice (#6885)
second trigger is input.onchange event, because props has onChange bug not define in upload-content.vue props
This commit is contained in:
parent
d3756d941e
commit
c88e163931
@ -42,6 +42,7 @@ import type {
|
||||
|
||||
defineOptions({
|
||||
name: 'ElUploadContent',
|
||||
inheritAttrs: false,
|
||||
})
|
||||
|
||||
const props = defineProps(uploadContentProps)
|
||||
|
Loading…
Reference in New Issue
Block a user