[Vuejs]-Vue JS 2. How to prevent reload same nested component when navigate between two parent?

0👍

It seems you are using the same store/data options in two different layouts.
Try to save your data in the parents components and only pass it to your menu via props.

Leave a comment