DEV Community

Discussion on: Vue JS: Draggable div

Collapse
 
fardisaz profile image
fardisaz • Edited

thanks for this useful article. Can you please tell how I can initiallize the position of the element in the page. Imagin, we have couple of draggable elements in the page , I like to know how I can set the initial position , so I make sure all of the elements are separated initially

Collapse
 
mandrewcito profile image
Andrés Baamonde Lozano

You can pass initial positions via props :

vuejs.org/v2/guide/components-prop...