fix(GridItem): should not emit deprecation warning (#7433)

This commit is contained in:
neverland
2020-10-28 18:21:06 +08:00
committed by GitHub
parent e9a21d4815
commit 71452190a8

View File

@@ -94,7 +94,7 @@ export default createComponent({
<Icon
name={this.icon}
dot={this.dot}
info={info}
badge={info}
size={this.parent.iconSize}
class={bem('icon')}
classPrefix={this.iconPrefix}