fix(Tag): empty name

This commit is contained in:
陈嘉涵 2019-12-28 09:04:14 +08:00 committed by neverland
parent fe6e2f29ba
commit 49221f193a

View File

@ -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}