I found an issue in vue-router which triggers me a lot. Always when I switch between my routes, a new instance of the component is created. Further the old instances are not
The same issue is stated here : https://github.com/vuejs/vuex/issues/1580
As a workaround you can use transition mode out-in. Rolandoda