mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
fix(module): use relative imports to components / composables
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { ref, computed, toValue } from 'vue'
|
||||
import type { MaybeRef } from 'vue'
|
||||
import { useEventListener, useActiveElement, useDebounceFn } from '@vueuse/core'
|
||||
import { useKbd } from '#imports'
|
||||
import { useKbd } from '../composables/useKbd'
|
||||
|
||||
type Handler = (e?: any) => void
|
||||
|
||||
|
||||
Reference in New Issue
Block a user