Fixed #206 - Tooltip reactive text
parent
98414b7cec
commit
726a57094a
|
@ -225,6 +225,10 @@ const Tooltip = {
|
|||
unbind(el) {
|
||||
remove(el);
|
||||
unbindEvents(el);
|
||||
},
|
||||
update(el, options) {
|
||||
el.$_ptooltipModifiers = options.modifiers;
|
||||
el.$_ptooltipValue = options.value;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue