Replies: 1 comment 3 replies
-
Depending on how you structure the code evaluate("__target = 'whatever'") or let assignment = evaluatelater("__target = __placeholder")
... other code
evaluateAssignment(() => {}, { scope: { __placeholder: 'whatever'} }) // probably inside an effect |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i need get, override and define some variables defined in x-data from custom directive
for example:
Beta Was this translation helpful? Give feedback.
All reactions