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