Relative Content

Tag Archive for vue.jsnuxt.jssupabase

Nuxt flashing an empty version of the current page before navigating to the new one

I’ve got a strange bug with my Nuxt site where I have a list of data.
When the user clicks on ‘View’ it’s meant to navigate to a page with further details.
It does this, but before it shows the new page it flashes a version of the current page showing the table without the data.
Has anyone come across something like this before?