vue-tree icon indicating copy to clipboard operation
vue-tree copied to clipboard

vue2.7 reactive([]) has warning

Open defghy opened this issue 1 year ago • 1 comments

Bug 描述 image

组件版本

  • Vue: 2.7.16
  • @wsfe/vue-tree: 3.2.0

defghy avatar Jan 15 '24 11:01 defghy

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

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

ChuChencheng avatar Mar 17 '24 17:03 ChuChencheng