mirror of
https://github.com/youzan/vant.git
synced 2026-01-27 02:00:43 +08:00
fix(Uploader): failed to render scoped class (#8613)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user