mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +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
|
@ -8,6 +8,7 @@ const BadgeDirective = BaseBadgeDirective.extend('badge', {
|
|||
const badge = DomHandler.createElement('span', {
|
||||
id,
|
||||
class: !this.isUnstyled() && this.cx('root'),
|
||||
[this.$attrSelector]: '',
|
||||
'p-bind': this.ptm('root', {
|
||||
context: {
|
||||
...binding.modifiers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue