bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.78k stars 1.32k forks source link

Router error on logout #15

Closed crcatala closed 6 years ago

crcatala commented 6 years ago

Seeing the following error when immediately logging out after login:

router-error-on-logout

Steps to reproduce

Interestingly, when navigating to another route before then, the error is not observed

chrisvfritz commented 6 years ago

Thanks! I just fixed this. Vue Router needed to be passed writable route config, so I just did a shallow clone of routeFrom.