Skip to main content

All Questions

0 votes
0 answers
30 views

How can I make element draggable except the button

I am using vue-draggable for my project. It is something similar like this. <draggable v-if="isOpen || (isOpen && isAllOpen)" v-model="...
Yellow rain coat's user avatar
0 votes
0 answers
165 views

How can I make vue-draggable element with button

I want to have a draggable element with a button for my vue 2 application. For this, I am using vue-draggable. So something like that in the picture: So currently, when I click the button (the one ...
Yellow rain coat's user avatar
0 votes
0 answers
108 views

How can I drag element into another one with vue-draggable

I have nested elements that need to be draggable in between. My problem is at the same level there are elements and when I drag one into another one I want them to have a parent-child relationship but ...
Yellow rain coat's user avatar
0 votes
1 answer
203 views

vuedraggable: register global component without import export

Is there a way to register vuedraggable as a global component without import export? My setup looks like this now (simplified): <div id="contentNavigation"></div> <script src=&...
user2429958's user avatar
1 vote
3 answers
1k views

Vue-draggable-next: increase detection range for empty list

I am using Vue-draggable-next along with Vue 3 to implement draggable lists. My application sometimes requires users to drag items from other lists into initially empty lists. I found that the ...
Power_tile's user avatar
1 vote
0 answers
1k views

Vue Draggable Recursive / Nested Dragging Weird Behavior

This question will be bountied as soon as I can, so a big rep reward coming to someone! EDIT: One more layer to this issue I noticed, The lowest level children when I try to drag it somewhere else it ...
Lulceltech's user avatar
  • 1,692
3 votes
2 answers
18k views

draggable element must have an item slot

I was trying to use vuedraggable into my Notebook application and i get this error when i add the draggable component. Here is the code and the error. I would appreciate the help. Here is the error ...
Abenezer Mario's user avatar
1 vote
0 answers
1k views

Vue component using vuedraggable results in TypeError

I cant seem to get the draggable component to work properly. The error I get is: Error in mounted hook: "TypeError: ...
Patrick Bender's user avatar
5 votes
1 answer
2k views

How to use Vue.Draggable CDN without webpack?

I’m a newbie on Vue. One of the pages (salesview) on my client’s CodeIgniter website needs to use Vue so I included it by <script src="https://cdn.jsdelivr.net/npm/vue"></script> and I ...
Esthon Wood's user avatar