1.4.1
Ubuntu 16.04 / Google Chrome Version 60.0.3112.90 (Official Build) (64-bit)
2.5.13
https://jsfiddle.net/xngx7hh8/
In given Reproduction link, when mouse hover on tab it change the text color and shows the clear icon.
Now you just need to add Tooltip option on mouse hover.
I want to use Tab component and Tooltip component together.
If client hover the tabpane label it shows the tooltip like, Sublime and Atom Editor do.
I want to use Tab component and Tooltip component together.
If client hover the tabpane label it shows the tooltip like, Sublime and Atom Editor.
Right now I am not able to use Tooltip component in Tab component.
Hi, your JSFiddle page is blank because it seems you forgot to click the Save
button. Please save your fiddle and then edit this issue with the new link.
@element-bot .... _Fiddle_ seems to be working for me..
@dweep119 It seems that elements which are dynamically generated based on data cannot be nested within another component like <el-tooltip>
. Looking for a solution myself
Tabs provide scoped slot label
, Just put el-tooltip
in the slot. A demo here: https://jsfiddle.net/xngx7hh8/2/
Yeah It works for me.
Thanks @furybean.
Most helpful comment
Tabs provide scoped slot
label
, Just putel-tooltip
in the slot. A demo here: https://jsfiddle.net/xngx7hh8/2/