There was an error while loading. Please reload this page.
1 parent 120a5a5 commit ddca4b0Copy full SHA for ddca4b0
1 file changed
docs/app/components/UContentSearch.vue
@@ -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