chore(components): improve imports

This commit is contained in:
Benjamin Canac
2024-03-19 18:34:50 +01:00
parent 0920099362
commit 961e6af9c8
5 changed files with 7 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ import { computed } from 'vue'
import { useForwardProps } from 'radix-vue'
import { reactiveOmit } from '@vueuse/core'
import { useAppConfig } from '#app'
import UIcon from './Icon.vue'
import UIcon from '#ui/components/Icon.vue'
const props = defineProps<ButtonProps>()
const slots = defineSlots<ButtonSlots>()