This commit is contained in:
mertsincan 2023-10-26 01:54:11 +01:00
parent 12333edd7c
commit 249cfbd68f
5 changed files with 127 additions and 48 deletions

View file

@ -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 */