mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 18:36:51 +08:00
fix(Tag): empty name
This commit is contained in:
parent
fe6e2f29ba
commit
49221f193a
@ -56,7 +56,7 @@ function Tag(
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<transition name={props.closeable ? 'van-fade' : ''}>
|
<transition name={props.closeable ? 'van-fade' : null}>
|
||||||
<span
|
<span
|
||||||
key="content"
|
key="content"
|
||||||
style={style}
|
style={style}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user