mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +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) {
|
||||
return (
|
||||
<div class={bem('input-wrapper')}>
|
||||
<div class={bem('input-wrapper')} key="input-wrapper">
|
||||
{slot}
|
||||
{Input}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user