更改页面的内容
This commit is contained in:
11
app/components/example/ExampleFulltextContentSearch.vue
Normal file
11
app/components/example/ExampleFulltextContentSearch.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<UCard>
|
||||
<UButton
|
||||
color="primary"
|
||||
icon="i-lucide-search"
|
||||
@click="useContentSearch().open.value = true"
|
||||
>
|
||||
Open Search Modal
|
||||
</UButton>
|
||||
</UCard>
|
||||
</template>
|
Reference in New Issue
Block a user