mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
fix(module): use relative imports to components / composables
This commit is contained in:
@@ -47,7 +47,7 @@ import { computed, toRef } from 'vue'
|
||||
import { defu } from 'defu'
|
||||
import { TooltipRoot, TooltipTrigger, TooltipPortal, TooltipContent, TooltipArrow, useForwardPropsEmits } from 'radix-vue'
|
||||
import { reactivePick } from '@vueuse/core'
|
||||
import { UKbd } from '#components'
|
||||
import UKbd from './Kbd.vue'
|
||||
|
||||
const props = withDefaults(defineProps<TooltipProps>(), {
|
||||
portal: true
|
||||
|
||||
Reference in New Issue
Block a user