VueJS Components array ( for sorting )

Lasantha Indrajith
1 min readFeb 7, 2018

--

Recently I have to use vue-draggable for existing components which are acting as dashboard widgets. Drag and Drop feature worked well. But after User sort the order of the widgets, I had to save the sorting order to the DB in order to retrieve the widget order when the user logged in to the system next time.

So my initial code was like this.

I have tried to use the few ways but one of my colleague (Uthpala) passed me this link.

Also with some exploration I got this resource also

Finally I managed to fix my problem using below code snippet.

I hope some vueJS dev can get help from this.

--

--

Lasantha Indrajith

Fullstack Dev Node , React, Vue, PHP, MySql, Laravel, Express