Skip to content

Commit a152147

Browse files
committed
chore: publish a new version and fixes
1 parent d203780 commit a152147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/algolia",
3-
"version": "1.10.2",
3+
"version": "1.11.2",
44
"description": "Algolia module for Nuxt",
55
"repository": {
66
"type": "git",

src/runtime/composables/useAlgoliaSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { computed } from 'vue'
1+
import { computed, onUnmounted } from 'vue'
22
import type { SearchResponse } from '@algolia/client-search'
33
import type { ComputedRef } from 'vue'
44
import type { AlgoliaIndices, RequestOptionsObject } from '../../types'

0 commit comments

Comments
 (0)