fix: 修复Icon组件iconKeys值问题

This commit is contained in:
jackhoo_98 2023-02-22 19:36:53 +08:00
parent fedddfe3d0
commit 67a2a42ae2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const iconKeys = [
'PartitionOutlined',
'ShareAltOutlined',
'playCircleOutlined',
'RightOutlined'
'RightOutlined',
'FileTextOutlined',
'UploadOutlined'
]