Skip to content

Commit ddca4b0

Browse files
authored
docs: keep guides first in docs search (#367)
1 parent 120a5a5 commit ddca4b0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<script setup lang="ts">
2+
import ContentSearch from '@nuxt/ui/components/content/ContentSearch.vue'
3+
4+
defineOptions({ inheritAttrs: false })
5+
</script>
6+
7+
<template>
8+
<ContentSearch
9+
v-bind="$attrs"
10+
preserve-group-order
11+
/>
12+
</template>

0 commit comments

Comments
 (0)