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.4.2
https://jsfiddle.net/chenfeng/h2zcmwnm/
<div id="app"> <div v-if="show"> div1 </div> <demo></demo> <div v-if="show"> div2 </div> </div>
如上结构,show更新时会导致demo组件重新渲染
tips:sorry 上一个issue用错vue的版本,现在改成2.4.2版本也是有同样问题。
demo组件和v-if指令无关时不能刷新
show更新时会导致demo组件重新渲染
The text was updated successfully, but these errors were encountered:
230c6ae
fix(vdom): avoid diff de-opt when both head/tail are different
811a24b
fix vuejs#6502
43b4a85
bcff2ff
No branches or pull requests
Version
2.4.2
Reproduction link
https://jsfiddle.net/chenfeng/h2zcmwnm/
Steps to reproduce
如上结构,show更新时会导致demo组件重新渲染
tips:sorry 上一个issue用错vue的版本,现在改成2.4.2版本也是有同样问题。
What is expected?
demo组件和v-if指令无关时不能刷新
What is actually happening?
show更新时会导致demo组件重新渲染
The text was updated successfully, but these errors were encountered: