vue-navigation
vue-navigation copied to clipboard
Multiple component instances get created
This library works great, except it has a side effect. When we navigate back using back button it works fine but when we visit any page using router link, it basically renders that component multiple times
vnode.data.keepAlive = true;
I see, this is the code which causes this problem. Is there any workaround for this issue?