Orlandster / vue-page-transition

A lightweight Vue.js plugin for page / route transitions.
https://orlandster.github.io/vue-page-transition
MIT License
401 stars 35 forks source link

Transition name not changing the transition #27

Open ghost opened 4 years ago

ghost commented 4 years ago

I'm trying to use a transition other than the default fade. When passing a name it does not change anything.

// in main.js import VuePageTransition from 'vue-page-transition'

Vue.use(VuePageTransition);

// in App.vue <vue-page-transition name="overlay-left-full">