[Vuejs]-Created hook not waiting for beforeEach action promise to resolve

-1👍

See this and that. I think the Vue is created first before your router register beforeEach. So, you should use beforeEach before you initiate Vue instance.

Leave a comment