From 08db1c68b3bc84d2ee595b53bcbb2dfb2b21ef4c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 1 Oct 2024 11:43:47 +0200 Subject: [PATCH] docs(command-palette): update --- docs/content/3.components/command-palette.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.components/command-palette.md b/docs/content/3.components/command-palette.md index eec6bea9..08d521f0 100644 --- a/docs/content/3.components/command-palette.md +++ b/docs/content/3.components/command-palette.md @@ -449,7 +449,7 @@ You can use the `fuse` prop to override the options of [useFuse](https://vueuse. The `fuseOptions` are the options of [Fuse.js](https://www.fusejs.io/api/options.html), the `resultLimit` is the maximum number of results to return and the `matchAllWhenSearchEmpty` is a boolean to match all items when the search term is empty. :: -You can for example set `{ fuseOptions: { includeMatches: true } }` to highlight the search term in the items. +You can for example set `{ fuseOptions: { includeMatches: true } }`{lang="ts-type"} to highlight the search term in the items. ::component-example ---