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

throw error when serve vue app if remove jquery dependency

Open fayeah opened this issue 4 months ago • 0 comments

as the Document said 'No jQuery dependency'. But when I tried to remove jquery dependency from my vue project, then it throwed error as follows:

Image

as the error message shows above: there includes sortablejs which is depended by draggble library.

So is there anything wrong with my understanding or what could I do to solve this problem if I have to remove jquery?

Thanks.

fayeah avatar Jun 13 '25 03:06 fayeah