mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Uploader): failed to render scoped class (#8613)
This commit is contained in:
parent
fc81749cd2
commit
3b07cda789
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user