Fixed #206 - Tooltip reactive text

pull/213/head
cagataycivici 2020-02-27 12:04:40 +03:00
parent 98414b7cec
commit 726a57094a
1 changed files with 4 additions and 0 deletions

View File

@ -225,6 +225,10 @@ const Tooltip = {
unbind(el) {
remove(el);
unbindEvents(el);
},
update(el, options) {
el.$_ptooltipModifiers = options.modifiers;
el.$_ptooltipValue = options.value;
}
};