Blazetrail
Check whether any page has fully mounted from the root App.vue
Some of my pages have a
which sets the
hideSidebar
property in the pinia store to true
or false
the way it works currently is, in App.vue
I have this code
However this causes flickers, for example when I reload the page, for a millisecond I see the sidebar flickering. I've tried with different nuxt hooks instead of page:finish
but none seemed to work fine.
What would you suggest ?5 replies