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.x下使用VTreeDrop报错 #73

Closed nieyuyao closed 4 months ago

nieyuyao commented 1 year ago

Bug 描述

vue 2.6.14下,使用VTreeDrop组件发生报错

复现步骤

https://stackblitz.com/edit/vitejs-vite-z2qafx?file=src%2Fmain.js,src%2FTreeDemo.vue,package.json,src%2FTreeDrop.vue

可以将stackblitz下载到本地,不清楚为什么stackblitz上会报错,会检测成vue3

期望表现

没有报错

实际表现

image

组件版本

额外信息

None

ChuChencheng commented 11 months ago

查了下是 vue2 vue3 兼容的问题,类似还有 v-model 在 vue2 也不能用, vue2 里的 $listeners 也没法正常使用。 建议 vue2 项目还是用 @wsfe/ctree 这个包吧。

https://juejin.cn/post/7236184868480663589#heading-7