mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4682
This commit is contained in:
parent
12333edd7c
commit
249cfbd68f
5 changed files with 127 additions and 48 deletions
|
@ -94,7 +94,9 @@ const BaseDirective = {
|
|||
$name: name,
|
||||
$host: el,
|
||||
$binding: binding,
|
||||
$el: $prevInstance['$el'] || undefined,
|
||||
$modifiers: binding?.modifiers,
|
||||
$value: binding?.value,
|
||||
$el: $prevInstance['$el'] || el || undefined,
|
||||
$style: { classes: undefined, inlineStyles: undefined, loadStyle: () => {}, ...options?.style },
|
||||
$config: config,
|
||||
/* computed instance variables */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue