mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 12:39:35 +01:00
fix(CommandPalette): add missing import
This commit is contained in:
@@ -43,6 +43,7 @@ import { defu } from 'defu'
|
||||
import type { UseFuseOptions } from '@vueuse/integrations/useFuse'
|
||||
import type { Group, Command } from '../../types/command-palette'
|
||||
import CommandPaletteGroup from './CommandPaletteGroup.vue'
|
||||
import { useRouter } from '#imports'
|
||||
|
||||
const props = defineProps({
|
||||
modelValue: {
|
||||
|
||||
Reference in New Issue
Block a user