Skip to main content

All Questions

Tagged with
-2 votes
1 answer
393 views

How to add rules to vuetify draggable?

I'm a beginner in vuetify and I made a project where you can add courses to a timetable via vue-draggable. How can I make it possible that I can't drag a course to a certain day because this course ...
symphony coder's user avatar
0 votes
1 answer
81 views

Wrap tag around a certain number of elements in grid

So currently I have this functionality where I have a Component that uploads images, and it takes up the full width. But when I click it, the view becomes a grid-view with two columns, where my ...
kohrhea's user avatar
  • 169
1 vote
1 answer
900 views

Vue.Draggable div items display left and right

I am new to Vue.js and for this project, I am using Vuedraggable to drag items. Currently, the items inside the draggabble div are displayed as Text 1 Text 2 Text 3 Text 4 Is there a way we can ...
Yahoo's user avatar
  • 568
0 votes
0 answers
134 views

change background of svg while dragging

I'm using sortable.js to make svgs draggable. How can I remove that whitish background as in the image while dragging, and make background clear? The svg has clear background when not dragged. I've ...
Suraj Jha's user avatar
0 votes
0 answers
230 views

vuedraggable background makes div not draggable

I have vuedraggable added to a mobile game I am making where people can unscramble sentences. It has worked great up until this point. I recently added a background image to my draggable elements from ...
maxwe11's user avatar
  • 377