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 d203780 commit a152147Copy full SHA for a152147
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nuxtjs/algolia",
3
- "version": "1.10.2",
+ "version": "1.11.2",
4
"description": "Algolia module for Nuxt",
5
"repository": {
6
"type": "git",
src/runtime/composables/useAlgoliaSearch.ts
@@ -1,4 +1,4 @@
-import { computed } from 'vue'
+import { computed, onUnmounted } from 'vue'
import type { SearchResponse } from '@algolia/client-search'
import type { ComputedRef } from 'vue'
import type { AlgoliaIndices, RequestOptionsObject } from '../../types'
0 commit comments