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

@@ -246,7 +246,7 @@ When accessing the component via a template ref, you can use the following:
::field{name="updateQuery (query)"}
Updates the current query.
::
::field{name="results" type="ComputedRef<Fuse.FuseResult<Command>[]>"}
::field{name="results" type="ComputedRef<FuseResult<Command>[]>"}
The results exposed by [useFuse](https://vueuse.org/integrations/useFuse/#usefuse).
::
::field{name="comboboxApi"}