【Vuej 2 3 Laravel 5 4 3】advance reusable or creating a transitioning components
July 29, 2017
resources/assets/js/components/Blog/index.vue
and transfer the methods of transition group
- v-on:before-enter="beforeEnter"
- v-on:enter="enter"
- v-on:leave="leave"
replace to
create a transition folder
and place the methods and transition and to access the staggered fade you must import the newly create transition to the path resources/assets/js/components/Blog/index.vue
0 Comments