I have problem with parent fetch() hook, which is called during going to child page through the nuxt-link. How to resolve this problem? Maybe is it nuxt.js bug? To achieve parent -> child structure, I set up my project according to the pattern given in the nuxt.js documentation:
-parent.vue
-parent
--child1.vue
--child2.vue
For example going to Child1 through the nuxt-link: <nuxt-link to="/parent/child1">Child1</nuxt-link>
causes calling fetch() hook in parent.
I think a lot of people have this problem. Thank you in advance for your help in resolving this problem.