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
I have upgraded Vue to 3.5.0 and Nuxt to 3.13.1.
Since this upgrade, there is an error in ESLint:
at the line:
definePageMeta({middleware: ['nuxt-permissions'// Type 'string' is not assignable to type 'NavigationGuard'.],roles: [],permissions: ['coaching-persona-update','coachgin-persona-read']})
Type 'string' is not assignable to type 'NavigationGuard'.
How to set "nuxt-permission" as Middleware?
The text was updated successfully, but these errors were encountered:
I have upgraded Vue to 3.5.0 and Nuxt to 3.13.1.
Since this upgrade, there is an error in ESLint:
at the line:
Type 'string' is not assignable to type 'NavigationGuard'.
How to set "nuxt-permission" as Middleware?
The text was updated successfully, but these errors were encountered: