Viral Patel

Results 2 comments of Viral Patel

Here is workaround - Create middleware and add in `route `object in `nuxt.config.js` ``` export default function ({$auth, $cookies}) { if($auth.loggedIn){ const token = $auth.getToken('local') $cookies.set('lupower', token, { domain :...

> I had solved via this: > > ```js > key(route, context) { > // custom function to return cache key, when used previous > // properties (useHostPrefix, pages) are...