mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
fix(defineShortcuts): add missing import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import type { Ref, ComputedRef } from 'vue'
|
import type { Ref, ComputedRef } from 'vue'
|
||||||
import { logicAnd, logicNot } from '@vueuse/math'
|
import { logicAnd, logicNot } from '@vueuse/math'
|
||||||
import { onMounted, onBeforeUnmount } from 'vue'
|
import { computed, onMounted, onBeforeUnmount } from 'vue'
|
||||||
import { useShortcuts } from './useShortcuts'
|
import { useShortcuts } from './useShortcuts'
|
||||||
|
|
||||||
export interface ShortcutConfig {
|
export interface ShortcutConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user