Home

Issue: 1181

Middleware in client side: context.app is undefined (1.0.0 rc2)

[issue link]

Hi,
using a simple middleware:

export default function (context) {
  if (context.isClient) console.log(context.app)
}

the app value is now undefined when the middleware is executed on the client side.
Regards.

This question is available on Nuxt.js community (#c1037)