If I have a vue-router 'router-view' element defined like this:
<router-view transition="slide">
Is there a way to change the transition to a 'fade' when a specific route is called?
If I have a vue-router 'router-view' element defined like this:
<router-view transition="slide">
Is there a way to change the transition to a 'fade' when a specific route is called?
Use a dynamic binding fopr transition:
And set the data of transition from your route data