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