We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.7.14
gist.github.com
app.vue
<template lang="html"> <div> <div v-html="content"></div> </div> </template> <script> export default { data () { return { content: '<p>hello</p>' } } } </script>
do not re-render component
component re-render with same content
Used with Quasar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
2.7.14
Reproduction link
gist.github.com
Steps to reproduce
app.vue
What is expected?
do not re-render component
What is actually happening?
component re-render with same content
Used with Quasar
The text was updated successfully, but these errors were encountered: