Draggable vuetify objects #707
-
|
Hello, I was wondering if there is a way to use Vue Draggable in trame? I know about the Float Card, but what I want to achieve is to change the order of the items (in this case, VCard objects) inside a group. Something like this example: Thank you and best regards, Resam |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
You can do something like that. |
Beta Was this translation helpful? Give feedback.
-
|
Are you using those urls? |
Beta Was this translation helpful? Give feedback.
-
|
Hi ! |
Beta Was this translation helpful? Give feedback.
Hi !
I've taken a look at your problem, it seems like the vue.draggable.next lib only exposes the component and does not install it. Thus, you need to create a js file that performs the installation and provide it in your module scripts :)
They're some breaking changes on how to use the draggable component between vue2 and vue3. The
itemslot must be used rather than av-forand anitem-keymust be provided (cf. vue.draggable.next README)