You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* throw error if node argument is missing parentNode property */
if(!node.parentNode)thrownewError(`[${PACKAGE_NAME}] Required property is missing! [node.parentNode]`);
/* replace node with new node */
node.parentNode.replaceChild(newNode,node);
Please try to wrap your <img> tags with <div> tags, and move your conditions there. If this won't resolve your issue, please provide minimal reproduction repository, so I can investigate further.
Hello everyone!
I have next composition:
After toggle v-if value I have next error in console.
Who can tell me what is the problem?
The text was updated successfully, but these errors were encountered: