dynamic pagetransitions with js hooks
Hi, is there an example how this example from the docs would work with js hooks?
https://nuxt.com/docs/getting-started/transitions#dynamic-transitions
because I do not have access to the pageTransition.name inside the onEnter hook
and pageTrannsition doesn't accept an array like
1 Reply
ok found a way todo it in a global middleware
is this the way ?