fix(Tag): empty name
This commit is contained in:
+1
-1
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user