fix: fix bug with render class ant-upload-drag-container in dom (#6413)

Co-authored-by: Dmytro Lukashenko <dmytro.lukashenko@levi9.com>
revert-6402-siaikin/fix-in-time
Dmytro Lukashenko 2023-04-04 18:43:11 +03:00 committed by GitHub
parent 2a5b18ac6e
commit 9445dd23c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ export default defineComponent({
class={`${prefixCls.value}-btn`}
v-slots={slots}
>
<div class={`${prefixCls}-drag-container`}>{slots.default?.()}</div>
<div class={`${prefixCls.value}-drag-container`}>{slots.default?.()}</div>
</VcUpload>
</div>
{renderUploadList()}