first commit
This commit is contained in:
14
docs/app/components/content/CommandSearch.vue
Normal file
14
docs/app/components/content/CommandSearch.vue
Normal file
@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
const appConfig = useAppConfig()
|
||||
|
||||
const src = computed(() => `https://ui.nuxt.com/examples/content-search-example?primary=${appConfig.ui.colors?.primary}&neutral=${appConfig.ui.colors?.neutral}`)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ClientOnly>
|
||||
<iframe
|
||||
:src="src"
|
||||
class="rounded-lg relative h-96 w-full"
|
||||
/>
|
||||
</ClientOnly>
|
||||
</template>
|
Reference in New Issue
Block a user