mfuu / vue-virtual-drag-list

A virtual scrolling list component that can be sorted by dragging
https://mfuu.github.io/vue-virtual-drag-list/
MIT License
35 stars 12 forks source link

Can support clone mode #24

Open xiaoException opened 1 year ago

xiaoException commented 1 year ago

Hi mfuu, Thank you for fixing the last issue v-model.

Recently I used the latest version and ran into another problem. In contrast to vue-draggle component library, which can support pull=clone mode but can't support virtual scrolling, vue-virtual-drag-list is a component that allows list groups to be cloned without adding new elements (put:false,pull:'clone'). Another list group can drag elements can also add elements (put: true/add, pull: true/remove).

See if you need to enhance the functionality of this component

mfuu commented 10 months ago

sorry for late reply, please update to the latest version and use `pull: 'clone'´ in group.