Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set properties of null (setting '__draggable_context') #145

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

zhyswan
Copy link

@zhyswan zhyswan commented May 3, 2022

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>

@carl-jin
Copy link

carl-jin commented May 8, 2022

套了 2 层还是报错

@tujianglin
Copy link

套了 2 层还是报错

你有发现怎么解决吗

@dorklein
Copy link

dorklein commented May 9, 2022

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

@carl-jin
Copy link

carl-jin commented May 9, 2022

套了 2 层还是报错

你有发现怎么解决吗

放弃了 transition-group。

@micahlt
Copy link

micahlt commented May 26, 2022

Please get this merged @David-Desmaisons!

@NoxPhoenix
Copy link

Would love for this to be merged!

@b-d-k
Copy link

b-d-k commented Jun 1, 2022

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

@tamasnorbert
Copy link

Will this be pushed? @David-Desmaisons

@toniengelhardt
Copy link

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

@bridgeL
Copy link

bridgeL commented Oct 25, 2022

可以正确使用Transition了,爱你

@caohongtao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.