wsfe / vue-tree

使用虚拟列表优化的 Vue 树组件 Vue tree component optimized using virtual list
https://wsfe.github.io/vue-tree/
MIT License
196 stars 38 forks source link

vue2.7 reactive([]) has warning #82

Closed defghy closed 4 months ago

defghy commented 10 months ago

Bug 描述 image

组件版本

ChuChencheng commented 7 months ago

看了下报错,用了 reactive([]) 的变量无法在 watch 中被追踪,目前代码里用到的是 unloadCheckedNodes ,这个变量没有在 watch 中出现,所以暂时不会引起问题。

有机会下个版本顺手修了。