Vue.Draggable
Vue.Draggable copied to clipboard
Different components draggable ?
Hello, my questions are composed of two aspects.
- Does vue-draggable support element-ui? I mean, whether I can use it to drag element-ui components, like el-card and etc.
- Can I use it to drag one component to another different component? For example, to drag el-card to el-table and add the corresponding row(el-table-item) to the el-table? Can you give me an example for the two components or just some directions about drag on two different components? thanks.