diff --git a/src/client/theme-default/components/VPNavBarSearch.vue b/src/client/theme-default/components/VPNavBarSearch.vue index 12c3929e..728d04c2 100644 --- a/src/client/theme-default/components/VPNavBarSearch.vue +++ b/src/client/theme-default/components/VPNavBarSearch.vue @@ -26,6 +26,7 @@ const { theme, localeIndex } = useData() // payload), we delay initializing it until the user has actually clicked or // hit the hotkey to invoke it. const loaded = ref(false) +const actuallyLoaded = ref(false) const buttonText = computed(() => { const options = theme.value.search?.options ?? theme.value.algolia @@ -169,9 +170,10 @@ const provider = __ALGOLIA__ ? 'algolia' : __VP_LOCAL_SEARCH__ ? 'local' : '' -
+