vue.draggable.next icon indicating copy to clipboard operation
vue.draggable.next copied to clipboard

Cannot set properties of null (setting '__draggable_context')

Open zhyswan opened this issue 2 years ago • 11 comments

Cannot set properties of null (setting '__draggable_context') vue3.2 之后 无法获取到 node.el bug 修复 Bug fix 在使用 tag="transition-group" 的时候,需要至少两层 html 标签

<template #item="{ element }">
  <div class="list-group-item">
    <div>{{ element.name }}</div>
  </div>
</template>

zhyswan avatar May 03 '22 12:05 zhyswan

套了 2 层还是报错

carl-jin avatar May 08 '22 15:05 carl-jin

套了 2 层还是报错

你有发现怎么解决吗

tujianglin avatar May 09 '22 01:05 tujianglin

When is this going to be pushed to the next release?

dorklein avatar May 09 '22 06:05 dorklein

套了 2 层还是报错

你有发现怎么解决吗

放弃了 transition-group。

carl-jin avatar May 09 '22 11:05 carl-jin

Please get this merged @David-Desmaisons!

micahlt avatar May 26 '22 16:05 micahlt

Would love for this to be merged!

NoxPhoenix avatar May 29 '22 18:05 NoxPhoenix

The PR goes way beyond the scope of fixing an error. Still it would be nice if the authors "un-abandoned" this project.

b-d-k avatar Jun 01 '22 00:06 b-d-k

Will this be pushed? @David-Desmaisons

tamasnorbert avatar Jul 10 '22 09:07 tamasnorbert

I installed this PR and it works perfectly, thanks a lot 🙏🏽

toniengelhardt avatar Aug 14 '22 10:08 toniengelhardt

可以正确使用Transition了,爱你

bridgeL avatar Oct 25 '22 04:10 bridgeL

测试了,可以使用。在package.json中引用他的github仓库就行了。thanks a lot 🙏🏽 "vuedraggable": "git+https://github.com/zhyswan/vue.draggable.next.git#master",

caohongtao avatar Mar 08 '24 05:03 caohongtao