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

View File

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