Skip to content

Commit 31e5d4f

Browse files
committed
fix: optional icon size on box action
1 parent d1f5860 commit 31e5d4f

File tree

1 file changed

+1
-1
lines changed
  • packages/components-vue/src/components/box

1 file changed

+1
-1
lines changed

packages/components-vue/src/components/box/Action.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* FontAwesome icon
6060
*/
6161
icon?: IconName;
62-
iconProps?: iFormIconProps & { size: number };
62+
iconProps?: iFormIconProps & { size?: number };
6363
/**
6464
* image url or path
6565
*/

0 commit comments

Comments
 (0)