-
-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For anyone who wants to keep using this repo in vue3 project. #814
Comments
Hi @imndx, which node version did you use to build the project with patched code? |
Also the patched code uses |
bump |
|
If you’re still having issues adapting this modal to Vue 3, please take a look at this article: Fixing vue-js-modal for Vue 3: A Guide to Restoring Modal Functionality. |
Thanks for the write-up. It would be awesome if you could publish a fork on Github with the changes detailed in your article! |
Hey @Aliozzaim, do you think replacing the plugin with the locally modified repo would work in Nuxt 3? |
The following is all you need to use this plugin in your vue3 project, especially for those project migrated from vue2.
npm install --save resize-observer-polyfill
npm uninstall vue-js-modal
vue-js-modal
instead of the original 'vue-js-modal'vue3.patch
The text was updated successfully, but these errors were encountered: