1.3.0
WIndows 10/Mac OS, Chrome 58
2.3.2
https://github.com/ryancui-/vue-transition-issue
The menu should has a transition effect as in version 1.2.9.
The transition disappeared and an warn message show in the console.
Fixed in #4728
still problem in
"element-ui": "^1.4.0"
"vue": "^2.3.3"
Same here!
@EmadAdly, @saenzramiro try to remove "element-ui" in your "node_modules" folder, and reinstall this framework again with npm install element-ui
thanks
fix it by update element-ui to 1.4.2
@orionlu0916 Great! Works now on 1.4.2.
Thank you @Leopoldthecoder and @orionlu0916!