There was an error while loading. Please reload this page.
1 parent a224fde commit 687b8e3Copy full SHA for 687b8e3
1 file changed
.vuepress/components/URLDocSearch.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <DocSearch :options="docsearchOptions" />
+ <DocSearch />
3
</template>
4
5
<script setup lang="ts">
@@ -18,7 +18,6 @@ const SEARCH_INPUT_ID = 'docsearch-input';
18
const router = useRouter();
19
const route = useRoute();
20
21
-const docsearchOptions = ref<DocSearchOptions>({});
22
const inputElement = ref<HTMLInputElement>();
23
const isNavigating = ref(false);
24
0 commit comments