chore(deps): update @vueuse/* and fuse.js

This commit is contained in:
Benjamin Canac
2024-08-20 12:41:17 +02:00
parent a894a2f099
commit 79d42dd97b
5 changed files with 101 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import Fuse from 'fuse.js'
import { FuseResultMatch } from 'fuse.js'
import type { Avatar } from './avatar'
export interface Command {
@@ -13,7 +13,7 @@ export interface Command {
shortcuts?: string[]
group?: string
score?: number
matches?: Fuse.FuseResultMatch[]
matches?: FuseResultMatch[]
[key: string]: any
}