Skip to main content

All Questions

Tagged with
0 votes
0 answers
212 views

Vue.draggable - swapping between two list

I have a problem. I need to organaze two draggable table like swapping. 1 table: have 7 fixed items. 2 table: Other items. When you swapping items from the second table to the first, a dialog box ...
OMFGDom 's user avatar
0 votes
0 answers
888 views

VueDraggable multiDrag and selected-class props not work in Nuxt.js

I currently use vue-draggable to make drag and drop component in my latest Nuxt project. My package.json is like that (with the latest version of vuedraggable) "nuxt": "^2.14.12", &...
drunkdolphin's user avatar
2 votes
0 answers
328 views

Vue draggable removing my nested object data?

I'm using Vue Draggable in my Nuxt Js project and am looping over a series of components which is fetched from an API and cloned into my page. One of these contains my chart data options, which I can ...
Ryan H's user avatar
  • 2,856
1 vote
0 answers
158 views

How to use VueDraggable nested to clone element into layout

i'm on nuxt 2.13 , vuetify 2, vuedraggable 2.24 . i wanna drag from a list of events and drop it on my layout structure. but here are the issues: 1- my layouts are different like the picture bellow. ...
Mojtaba Barari's user avatar
9 votes
2 answers
3k views

Nuxt + Vuetify + VueDraggable - draggable tag prop, v-row, works in dev server but not after building/running for production

I'm building a Nuxt app with Vuetify buildModule setup and want to make a number of v-cols sortable via VueDraggable (in my case, I built and added a super small Nuxt plugin which binds a global ...
Lance Whatley's user avatar
0 votes
1 answer
950 views

VueDraggable of Sortable is not working properly and send the choosed item to the first on init

I'm using Vue.Draggable in my Nuxt project. i used it in some pages and component and every thing is fine. but on one of my pages it gives me a silly problem!! when page is loaded, it send the chosen ...
Mojtaba Barari's user avatar
0 votes
0 answers
262 views

How to store Vue.js component data in Vuex?

I'm building a link builder that lets people share multiple links from one link. At the moment I have several "cards" that users can put into their link template. For example, this allows them to have ...
Isaac Joy's user avatar