SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

`Naive UI` `Button` can not be dragged #146

Open Air-Cooled opened 2 years ago

Air-Cooled commented 2 years ago

See Naive UI

<draggable v-model="list"  item-key="id">
  <template #item="{ element }">
    <n-button> {{ element.name }} </n-button>
  </template>
</draggable>

Can not be dragged !