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

不能往一个子节点个数为0的父节点使用prepend或者append插入一个子节点 #78

Closed Lee-42 closed 12 months ago

Lee-42 commented 12 months ago

问题描述 不能往一个子节点个数为0的父节点使用prepend或者append插入一个子节点? 源码里,似乎必须要有一个参考节点才可以插入, 但是父节点的子节点个数为0的情况下,是找不到参考节点的

组件版本

1

2