Skip to content

Commit

Permalink
fix: attempt to fix building issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 24, 2024
1 parent fbb4fc9 commit 7b23657
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/components/button/IconButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
defineOptions({ name: 'ClIconButton' });
import { ButtonProps } from '@/components/button/button';
withDefaults(
defineProps<
/* @vue-ignore */ ButtonProps & {
icon: string;
}
>(),
, {}
);
defineProps<
/* @vue-ignore */ ButtonProps & {
icon: string;
}
>();
</script>

<template>
Expand Down

0 comments on commit 7b23657

Please sign in to comment.