dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Nuxt Page Transition

Open ronannnn opened this issue 5 months ago • 4 comments

Could it be possible to add an example of Nuxt page transitions to this project? Ideally demonstrating basic fade/slide effects for route changes.

ronannnn avatar Jun 25 '25 02:06 ronannnn

I got issue too with transition. Following documentation, pages transitions didn't work on this template.

SwartZCoding avatar Oct 10 '25 19:10 SwartZCoding

Wrap the page in a div

xvaara avatar Oct 23 '25 13:10 xvaara

this should work with UDashboardPanel as well

bertyn99 avatar Nov 09 '25 19:11 bertyn99

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 />?

EfraimGENC avatar Nov 27 '25 04:11 EfraimGENC