-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Related issue was raised by StarpTech in vue-admin yesterday.
Repo example is based on vue-router example...
The workaround is
Add attribute
enter-class="fadeIn"
intotransition
or
Change vue.js back to 2.1.6
Vue.js version
2.1.7
Reproduction Link
http://codepen.io/anon/pen/RozKBz
Steps to reproduce
Switch the view between Foo and Bar by hitting the a
links.
What is Expected?
Transition works fluently.
What is actually happening?
View flickers during transition.
jeerbl