mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
fix(CommandPalette): hack for reactivity
This commit is contained in:
3
src/runtime/types/command-palette.d.ts
vendored
3
src/runtime/types/command-palette.d.ts
vendored
@@ -3,9 +3,9 @@ import type { UseFuseOptions } from '@vueuse/integrations/useFuse'
|
||||
import type { Avatar } from './avatar'
|
||||
|
||||
export interface Command {
|
||||
id: string | number
|
||||
prefix?: string
|
||||
suffix?: string
|
||||
label: string
|
||||
icon?: string
|
||||
iconClass?: string
|
||||
avatar?: Partial<Avatar>
|
||||
@@ -16,7 +16,6 @@ export interface Command {
|
||||
|
||||
export interface Group {
|
||||
key: string
|
||||
label: string
|
||||
active?: string
|
||||
inactive?: string
|
||||
commands: Command[]
|
||||
|
||||
Reference in New Issue
Block a user