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.
Plugin
1 parent b4bef6a commit 0b7ada6Copy full SHA for 0b7ada6
src/runtime/router.ts
@@ -11,7 +11,8 @@ import type { RouteLocation, Router } from 'vue-router'
11
import { createError } from 'h3'
12
import { withoutBase, isEqual } from 'ufo'
13
14
-import type { PageMeta, RouteMiddleware, Plugin } from '#app'
+import type { PageMeta, RouteMiddleware } from '#app'
15
+import type { Plugin } from 'nuxt/app'
16
import { callWithNuxt, defineNuxtPlugin, useRuntimeConfig } from '#app/nuxt'
17
import { showError, clearError, useError } from '#app/composables/error'
18
import { useRequestEvent } from '#app/composables/ssr'
0 commit comments