Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vue router transitions

<router-view v-slot="{ Component }">
  <transition name="fade">
    <component :is="Component" />
  </transition>
</router-view>
Source by router.vuejs.org #
 
PREVIOUS NEXT
Tagged: #vue #router #transitions
ADD COMMENT
Topic
Name
9+7 =