Files
estel_docs/app/components/example/ExampleFulltextContentSearch.vue
estel ce50120e40
Some checks failed
CI / lint (push) Failing after 29m56s
CI / typecheck (push) Failing after 8m26s
CI / build (ubuntu-latest) (push) Failing after 18s
更改页面的内容
2025-07-31 15:04:22 +08:00

12 lines
205 B
Vue

<template>
<UCard>
<UButton
color="primary"
icon="i-lucide-search"
@click="useContentSearch().open.value = true"
>
Open Search Modal
</UButton>
</UCard>
</template>