Skip to main content

All Questions

1 vote
2 answers
469 views

what's the type of the Vue.Draggable "change" event?

I'm trying to get the type (in a typescript sense) of a change event from Vue.Draggable https://github.com/SortableJS/Vue.Draggable but can't find its definition the documentation shows that the event ...
Mathieu's user avatar
  • 23
3 votes
1 answer
4k views

Vue typescript class component with vuedraggable

I am having error when importing sortableJs/vuedraggable with TS class component. When using vuedraggable with standard JS standard component it's working fine. here's my vuedraggable with standard ...
Evan's user avatar
  • 2,477
2 votes
0 answers
257 views

Mutating Vuex store by v-model inside v-for loop

I'm using vuedraggable with Vuex store, the documentation suggests each component should have v-model attribute pointing directly at the array, so Vuex store can be mutated via setter. The problem ...
Mihgol's user avatar
  • 31