fix(Uploader): failed to render scoped class (#8613)

This commit is contained in:
neverland 2021-04-25 11:20:18 +08:00 committed by GitHub
parent fc81749cd2
commit 3b07cda789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,7 +405,7 @@ export default createComponent({
if (slot) { if (slot) {
return ( return (
<div class={bem('input-wrapper')}> <div class={bem('input-wrapper')} key="input-wrapper">
{slot} {slot}
{Input} {Input}
</div> </div>