hejianxian / vddl

🦄 Vue components for modifying lists with the HTML5 drag & drop API.
http://hejx.space/vddl
MIT License
395 stars 75 forks source link

How do I get the column name where I'm moving the card? #51

Open daniloras opened 6 years ago

daniloras commented 6 years ago

I'm using the code below:

:moved="showTime"

showTime: function (item) { console.log(item) },

Get name Column Destiny?