diff --git a/.starters/default/content/1.introduction/4.configuration.md b/.starters/default/content/1.introduction/4.configuration.md index 210c34b1c..d7d8e1a24 100644 --- a/.starters/default/content/1.introduction/4.configuration.md +++ b/.starters/default/content/1.introduction/4.configuration.md @@ -132,6 +132,9 @@ export default defineAppConfig({ | `github.repo` | `string` | | Name of the GitHub repo to edit files | | `github.owner` | `string` | | Owner of the repo | | `github.edit` | `boolean` | | Toggle "Edit this page on Github" component on documentation pages | +**Search** |||| +| `fuse` | `object` || useFuse [options](https://vueuse.org/integrations/useFuse/) | + ## Customizing the logo diff --git a/components/app/AppHeader.vue b/components/app/AppHeader.vue index dfdcf468c..2f3a2529f 100644 --- a/components/app/AppHeader.vue +++ b/components/app/AppHeader.vue @@ -24,7 +24,9 @@ defineProps({
- +