0👍
Kind of dumb, but I’ll put it out there anyway. My components were rendering dynamic components that were in the store… upon navigating to a new route I just had to clear the stored component array while the new component array was fetched from the API. So when going back to another route it was first seeing a flash of the old array of dynamic componets.
- [Vuejs]-Vue 3 Overview & Detail view same router-link should be active
- [Vuejs]-Docker – Can't connect to my VueJS project
Source:stackexchange.com