Element UI version
2.15.13
OS/Browsers version
chrome windows
Vue version
2.7.14
Reproduction Link
https://jsfiddle.net/nico97/pc1xh0gr/
Steps to reproduce
本地调试时显示tooltip提示,构建发布后未显示
What is Expected?
显示tooltip提示
What is actually happening?
构建发布后未显示
2.15.13
chrome windows
2.7.14
https://jsfiddle.net/nico97/pc1xh0gr/
本地调试时显示tooltip提示,构建发布后未显示
显示tooltip提示
构建发布后未显示
2条答案
按热度按时间yrwegjxp1#
可以尝试使用类似cdn的产出资源,不经过编译处理
bksxznpy2#
I am facing the same issue. Tooltips are showing up on hover on local dev but not after building and publishing. Note that this was working for a long time until this newest version.
Edit: Strangely enough I traced this to installing and building with pnpm being the root cause. Works with npm.