The Sheriff
How do I get nuxtApp.hook('app:created', (the app setup / store initialisations) to run before the m
I've tried changing the naming / order ot the plugins / middleware but no dice.
Even tried using
addRouteMiddleware
in the plugin where I'm calling nuxtApp.hook('app:created'
, but the app setup still runs after the middleware3 replies