mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Theming API: Add dt
props to all directives
This commit is contained in:
parent
e896552ccb
commit
4c36268045
5 changed files with 26 additions and 6 deletions
|
@ -279,6 +279,7 @@ const Tooltip = BaseTooltip.extend('tooltip', {
|
|||
pointerEvents: !this.isUnstyled() && el.$_ptooltipAutoHide && 'none'
|
||||
},
|
||||
class: [!this.isUnstyled() && this.cx('root'), el.$_ptooltipClass],
|
||||
[this.$attrSelector]: '',
|
||||
'p-bind': this.ptm('root', {
|
||||
context: modifiers
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue