This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Vue.js 3 - problem jquery - does not provide an export named 'default' #58
Comments
I have same problem. My dependencies:
Early I used webpack and I did not have this bug. |
I was able to find a solution to the bug and I created pull request #61. In comment I described about the bug more detail |
Unfortunately, my pull request #61 does not completely solve this problem. More details: #61 (comment) |
same here |
i add this in vite.config.js. Reference
but it lead to another problem anyone? |
@mimbar I think we need to refuse of jQuery and its plugins, because Vue has all that we need to create different plugins. For example, for select there is vue-select, https://github.com/sagalbot/vue-select |
@vivazzi that's right. after considering the impact, i chose to move on from jquery and used everything that built using vue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello guys.
I'm facing this problem with jquery plugin when i try use this select2.
My dependencies:
The text was updated successfully, but these errors were encountered: