-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue's H function switches rendering innerHTML and innerText exceptions. #6571
Comments
Please provide a runnable reproduction as is required in our Issue guidelines |
|
Workaround: add a key to the element which changes when you switch from one to the other. |
Ok, thinks. |
Vue version
3.2.12
Link to minimal reproduction
https://jsfiddle.net/yanessa/ryu0np73/25/
Steps to reproduce
What is expected?
expected: after switching, the page can render this is innerText
What is actually happening?
actually happening: After switching, the page is rendered as empty
System Info
Any additional comments?
The text was updated successfully, but these errors were encountered: