cannot access plugins in middleware
[issue link]I am using nuxt and vue-ls as spa. I have included vue-ls as a plugin in nuxt, but I cannot access it with
context.app.$ls in the middleware. I use the get method of vue-ls and the output in browser is cannot read property ‘get’ of undefined.
Please help.