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

fix: Determine whether Vue is Window sub -attribute

Open Niefee opened this issue 2 years ago • 0 comments

https://github.com/SortableJS/Vue.Draggable/issues/1168#issue-1433973168 When Vue is on the prototype chain of Window, "Vue" in window is true. You need to judge window.vue is not undefined.

Niefee avatar Nov 03 '22 01:11 Niefee