Global page transition setting #161
-
|
Evening, I saw a closed issue about route transitions. There was a reply that does the trick, but is it possible without an extra App.vue file. Maybe a nice feature to have some kind of setting to set a route transition. Or another solution that does not involve another App.vue file would work for me. 😃 Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Make a default layout and wrap the |
Beta Was this translation helpful? Give feedback.
-
|
I've created this Vue component to handle |
Beta Was this translation helpful? Give feedback.
Make a default layout and wrap the
<slot />with a<transition></transition>, now apply the layout to every view