fix: replace vue.draggable.next with zhyswan-draggable
Reason: Author doesn't maintain vue port anymore. See: https://github.com/SortableJS/vue.draggable.next/issues/140#issuecomment-1123622724=
This commit is contained in:
parent
53dc7d12f7
commit
1569042471
5 changed files with 12 additions and 12 deletions
|
|
@ -159,7 +159,7 @@
|
|||
<script setup lang="ts">
|
||||
import {ref, computed, onMounted, onBeforeMount} from 'vue'
|
||||
import {useStore} from 'vuex'
|
||||
import draggable from 'vuedraggable'
|
||||
import draggable from 'zhyswan-vuedraggable'
|
||||
import {SortableEvent} from 'sortablejs'
|
||||
|
||||
import ListSettingsDropdown from '@/components/list/list-settings-dropdown.vue'
|
||||
|
|
|
|||
Reference in a new issue