Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

Vue项目中使用draggable并v-model绑定一个全局变量,拖拽失效

Open mengyingzh opened this issue 3 years ago • 0 comments

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md

Jsfiddle link

Step by step scenario

其中myArr没有在data或者prop里声明。(那么这是myArr作为全局变量自动生成)。 when I drag the draggble item, it would keep where it was.

Actual Solution

在data或者prop里声明这个myArr就没有这个问题了

Expected Solution

如果不在data或者prop里声明这个myArr,应该如何解决

mengyingzh avatar Sep 22 '22 01:09 mengyingzh