0👍
What version of vue-router are you using. The current version’s signature of beforeEach
changed. Instead of calling next
, you would optionally return either false
or a route location object.
Source:stackexchange.com
0👍
What version of vue-router are you using. The current version’s signature of beforeEach
changed. Instead of calling next
, you would optionally return either false
or a route location object.