We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e69f47 commit 39dfa25Copy full SHA for 39dfa25
1 file changed
src/runtime/composables/head.ts
@@ -2,8 +2,7 @@ import { onIonViewDidEnter, onIonViewDidLeave } from '@ionic/vue'
2
import { getActiveHead } from 'unhead'
3
import type { useHead as useHead$1 } from '@unhead/vue'
4
import { onBeforeUnmount } from 'vue'
5
-import { useRoute } from 'vue-router'
6
-import { useRouter } from 'vue-router'
+import { useRoute, useRouter } from 'vue-router'
7
8
// This is used to store the active head for each path as long as the path's page is still in the DOM
9
const headMap = new Map<
0 commit comments