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.
vue-router
1 parent b2bfe7e commit a6974f5Copy full SHA for a6974f5
src/runtime/composables/head.ts
@@ -3,7 +3,7 @@ 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 { 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