2.2.1
MacOs Version: 10.13.1 / Chrome Version: 63.0.3239
2.5.15
No




visible tooltip
Don't visible tooltip
Why can don't create instance virtual node from popoverVM.node?
On jsfiddle.com all works. (
Tell me, please, what specific problems I may have.
Thanks
Please minify your project and push it to a GitHub repo. We couldn't figure out what went wrong without actual code.
I undestand, that need repro, but I use element in private project. And don't can to reproduce on jsfiddle.com. But what can be causes, that popoverVM.node don't render?
<script src="//unpkg.com/[email protected]/lib/index.js">
is there index not minified? what could I do debug code on _jsfiddle.com_...
It doesn't matter if your project is private. You can remove all irrelevant code, making the repo as small as possible, but still can reproduce the problem.
Please open a new issue when you have a repro. Closing this one.
I found overflow tooltip don't work when using webpack.DllPlugin to pack element-ui into vendor.
Same issue with @jimliang
using webpack to load element-ui &vue, element-ui has code require('vue'),and it will load vue.js,if you config vue.min.js Tooltip will not working
Most helpful comment
I found overflow tooltip don't work when using webpack.DllPlugin to pack element-ui into vendor.