Vue实现盒子拖拽1.封装指令
new Vue({
directives:{
drag:{
bind: function (el) {
2023-11-17