Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
2.72k stars 106 forks source link

How to disabled the first element from being dragged? #79

Closed warmthsea closed 5 months ago

warmthsea commented 6 months ago

image

Aaron-zon commented 6 months ago

给首页一个class然后设置filter属性过滤掉这个class就行,大概这么个意思 image

warmthsea commented 6 months ago

给首页一个class然后设置filter属性过滤掉这个class就行,大概这么个意思

image

Thanks.