Vue.Draggable
Vue.Draggable copied to clipboard
move callback trigger many times
move callback return false will cancel the drag operation.
but it trigger many times. if i use $message, that will be terrible!

直接将checkMove设置成异步, 如: async checkMove(event) { console.log(event); }