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

Transitions on elements within vue-page-transition #28

Open ausbran opened 4 years ago

ausbran commented 4 years ago

It seems that I can't use the transition element on anything else within the vue-page-transition element, which I have around my router-view at the root of my app.

Is this something you are aware of or am I making a mistake?