You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to display a progress bar for one my pages. According to the docs, I can use router.on('start') and pass in nProgress.start() as a callback.
However, that does not seem to work. I have tried with other router states like navigate (which works).
I have declared this in my vue component as such. I am preserving logs too ensure nothing is missed, but that log never gets printed.
I am trying to display a progress bar for one my pages. According to the docs, I can use
router.on('start')
and pass innProgress.start()
as a callback.However, that does not seem to work. I have tried with other router states like
navigate
(which works).I have declared this in my vue component as such. I am preserving logs too ensure nothing is missed, but that log never gets printed.
I would appreciate any help on this matter. Please let me know if you need more context.
The text was updated successfully, but these errors were encountered: