Skip to content

Commit 944a07d

Browse files
committed
Void loading icon
1 parent ab69cdb commit 944a07d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

component-library/src/components/wrapped/BccButton.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ const props = defineProps<ButtonProps>();
1717
const attrs = useAttrs();
1818
1919
const buttonBindings = computed((): PrimeButtonProps => {
20-
const { icon, iconRight, useCtx, ...rest } = props;
20+
const { icon, iconRight, loadingIcon, useCtx, ...rest } = props;
2121
void icon;
2222
void iconRight;
23+
void loadingIcon;
2324
2425
const forward = rest as PrimeButtonProps;
2526
if (iconRight) forward.iconPos = 'right';

0 commit comments

Comments
 (0)