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 68b2832 commit 03ebce7Copy full SHA for 03ebce7
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