Replies: 1 comment
-
emmm, jQuery is already out of date maybe you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 withpackage.json, vite.config.js, App.vue, main.js
Beta Was this translation helpful? Give feedback.
All reactions