mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +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