mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-17 05:28:09 +01:00
chore(CommandPalette): remove click and to handling
This commit is contained in:
3
src/runtime/types/command-palette.d.ts
vendored
3
src/runtime/types/command-palette.d.ts
vendored
@@ -1,5 +1,4 @@
|
||||
import type { UseFuseOptions } from '@vueuse/integrations/useFuse'
|
||||
import type { RouteLocationRaw } from 'vue-router'
|
||||
|
||||
export interface Command {
|
||||
prefix?: string
|
||||
@@ -11,8 +10,6 @@ export interface Command {
|
||||
chip?: string
|
||||
disabled?: boolean
|
||||
prevent?: boolean
|
||||
click?: Function
|
||||
to?: RouteLocationRaw
|
||||
shortcuts?: string[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user