Replies: 1 comment
-
What if you wrap the <template>
<div>
<!-- Anything in here -->
</div>
</template> |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I have an object called editing. It is initialized as null, and set to a specific object from a loop to edit that object.
The issue I have is that when I use:
I get an error in console: editing.name of undefined.
However, with the following code, this does not error:
It seems to me like the as soon as the editing gets set to null, the x-model is still active before the template is removed from the dom. Any insights on this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions