You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnOnce('import',`\`@nuxtjs/composition-api\` is deprecated. ${checkDocsMsg}`)
78
78
79
79
// Stub functions that provided type support
80
-
exportconstdefineNuxtMiddleware=mw=>mw
80
+
exportconstdefineNuxtMiddleware=unsupported('You are using `defineNuxtMiddleware`, which is not supported. You can remove wrapper function to keep using Nuxt 2 middleware.')
81
81
exportconstdefineNuxtPlugin=unsupported('You are using `defineNuxtPlugin`, which can be replaced with `defineNuxtPlugin` (import from `#app`).')
0 commit comments