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
After the treedata of the tree component is modified, the component does not re-render to display the new value. It is possible in 3.0.0-beta.13, but it will not work after upgrading to 3.1.1
#5480
Closed
1 task
paoyideyun opened this issue
Apr 11, 2022
· 6 comments
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
tree组件的treedata修改之后组件不重新render显示新的值,在3.0.0-beta.13是可以的,升级到3.1.1之后就不行了
After the treedata of the tree component is modified, the component does not re-render to display the new value. It is possible in 3.0.0-beta.13, but it will not work after upgrading to 3.1.1
Apr 11, 2022
Version
3.1.0
Environment
vue3.2.31 ,chrome 99,
Reproduction link
Steps to reproduce
第一次给万完值之后,后续需要对tree进行增删改查时候发现add了值之后组件不render,但是显示是有值的
What is expected?
希望恢复到3.0.0-beta.13那样时候,我改变值组件能刷新
What is actually happening?
现在组件不刷新,tree的那一个层级有值,查看发现该组件的子组件没获取到
The text was updated successfully, but these errors were encountered: