Skip to main content

All Questions

2 votes
1 answer
3k views

Vue-Draggable doesn't work properly on b-modal

I just met a problem when developing a vue.js app. I'm trying to implement a draggable list in a vue-bootstrap modal. These are my code: ''' <b-modal id="modal--layers" title="...
Tianyuan Zhang's user avatar
1 vote
1 answer
204 views

Passing VueDraggable model data back to b-modal on OK click

We've got the following template structure: <b-modal id="reorder-modal" title="Reorder Dashboard" @ok="storeNewOrder" ok-title="Save" ok-...
bba278's user avatar
  • 419