Changing pages keeping the original page content until refresh
I have two
Both pages function fine;
The issue is when I use an in-page link (
Note that navigating from
Very confused as this worked fine in Vue 2... any help?
index.vue pages set up, in the following set up:Both pages function fine;
index.vue shows the correct content and so does transcripts/index.vueThe issue is when I use an in-page link (
<nuxt-link to="/transcripts"> on the index.vue): when I click it, the URL changes to /transcripts but the content stays the same as the original index.vue until I hit F5/refresh the tab. (I have attached a GIF for demo)Note that navigating from
/transcripts to / works fine.Very confused as this worked fine in Vue 2... any help?

