mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor on directives
This commit is contained in:
parent
0f0c9b95b2
commit
9b9444b6b0
6 changed files with 14 additions and 10 deletions
|
@ -35,6 +35,8 @@ const Tooltip = BaseTooltip.extend('tooltip', {
|
|||
target.unstyled = options.instance.$primevue?.config?.unstyled || options.value?.unstyled || false;
|
||||
|
||||
this.bindEvents(target, options);
|
||||
|
||||
el.setAttribute('data-pd-tooltip', true);
|
||||
},
|
||||
updated(el, options) {
|
||||
let target = this.getTarget(el);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue