python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error while injecting javascript class as a plugin in nuxtjs2
I am trying to inject a javascript class as a plugin.
I get following error: Cannot read property 'log' of undefined
Class to be injected:
// helper/logging.service.js
export class LoggingService {
...

mahatmanich
Votes: 0
Answers: 0
Nuxt - pusher : refresh a plugin when i log in
For my nuxt app, i need to use pusher for handling websocket.
I use pusher-js, and i created a nuxt plugin to enable pusher throughtout my app.
The problem is that i need to be auth to use pusher.
Tha...
B.Samuel
Votes: 0
Answers: 0