We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d20a1d commit 69bc16aCopy full SHA for 69bc16a
app/pages/index.vue
@@ -1,8 +1,6 @@
1
<script setup lang="ts">
2
import { SHOWCASED_FRAMEWORKS } from '~/utils/frameworks'
3
4
-const { isAlgolia } = useSearchProvider()
5
-
6
const searchQuery = shallowRef('')
7
const isSearchFocused = shallowRef(false)
8
0 commit comments