I've been tried many way to use jquery-ui under Vue template because I need the draggable() function.
I found some version of jquery-ui is not compatible with jquery LTS in StackOverflow, so I downgrade to jquery-ui 1.12.1 and jquery 2.2.4.
It fix the problem "jQuery is not defined" but the draggable() still not works.
Please help me to use Vue 3, BootStrap 5, jQuery, jQuery-UI simultaneously, it would help me a lot if you release a template with package.json, vite.config.js, App.vue, main.js
I've been tried many way to use jquery-ui under Vue template because I need the draggable() function.
I found some version of jquery-ui is not compatible with jquery LTS in StackOverflow, so I downgrade to jquery-ui 1.12.1 and jquery 2.2.4.
It fix the problem "jQuery is not defined" but the draggable() still not works.
Please help me to use
Vue 3, BootStrap 5, jQuery, jQuery-UIsimultaneously, it would help me a lot if you release a template withpackage.json, vite.config.js, App.vue, main.js