When I attempt to utilize child routes, my goal is to maintain specific data on the page while modifying other content.
To illustrate this concept, I have created a straightforward example available at this link.
After selecting "cat" and increasing the counter multiple times, you will notice that switching to "dog" results in the counter resetting. However, I am seeking a solution where the counter retains its count.
I am wondering if I am misinterpreting the intended functionality of <nuxt-child>
. Any insights would be greatly appreciated!