diff --git a/src/components/IconButton.vue b/src/components/IconButton.vue index 89e3b4340d..2057e667e5 100644 --- a/src/components/IconButton.vue +++ b/src/components/IconButton.vue @@ -1,13 +1,5 @@ @@ -42,6 +41,8 @@ import { computed, ref } from 'vue' import { PhosphorIcon } from '@icij/murmur-next' +const iconButton = ref(null) + const props = defineProps({ iconLeft: { type: String,