testing + small fixes

This commit is contained in:
Hayden 2022-09-04 16:37:37 -08:00
parent 3fda815634
commit e73206875a
8 changed files with 358 additions and 91 deletions

View file

@ -25,7 +25,7 @@
</script>
<template>
<Iconify v-if="icon" :icon="icon" class="inline-block w-5 h-5" />
<Iconify v-if="icon" :icon="icon" class="inline-block" />
<Component :is="component" v-else-if="component" />
<span v-else>{{ name }}</span>
</template>