dashboard
dashboard copied to clipboard
Nuxt Page Transition
Could it be possible to add an example of Nuxt page transitions to this project? Ideally demonstrating basic fade/slide effects for route changes.
I got issue too with transition. Following documentation, pages transitions didn't work on this template.
Wrap the page in a div
this should work with UDashboardPanel as well
The page transition isn't working in the example where the “settings” page uses <NuxtPage /> to load subpages. I get an error even if I put the entire page or components inside a single div.
Is there a way to preserve nuxt page transitions when adding subpages with <NuxtPage />?