Replies: 1 comment
-
Hi @JehhB, I was running into the same issue and by some investigation I found this bug can be fixed by changing the |
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
-
I tried using v-if inside a v-for as explained in the Vue.js documentation.
But it is causing an error in this part because the element with the v-if directive doesn't have a parent element as it is inside a DocumentFragment rather an HTMLElement.
The v-for directive also uses the same code, so it may also have the same bug. Is there any plan to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions