-
Notifications
You must be signed in to change notification settings - Fork 408
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
Migrate from Vue2 (vuetify2) to Vue3 (vuetify3) #1665
Comments
Vue2 begin to be affected by "not fixed" vulnerability : https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-9506 In this is case, I understand we are not concerned but remind us that we should probably start to move forward on this topic. About CVE-2024-9506, I'm not sure to see how this is really a vulnerability. This almost looks like as a way to frighten vue2 users and make them pay for HeroDev's for vue2.... see : https://herodevs.com/vulnerability-directory/cve-2024-6783 |
I will try to work on that (my guess this will be painful) But I think better to move forward on #1550 first. |
#1550 is done. Here some migration guide :
I started to work on this. |
I created a PR about that : #1679 |
This is done but lot of changes was done so maybe there is some issue. (especially cosmetic ones) |
Vue 2 will reach End of Life (EOL) on December 31st, 2023.
HeroDevs’ NES (Never-Ending Support) for Vue 2 is a commercial (not open source) support so this is not a solution.
So we should probably move to vue3 !
Note that vuetify 2 is only compatible with vue2 and vuetify 3 is only compatible with vue3 (so both should be migrate together)
vite should works with both.
Migration will not be so easy I guess... 😞
This is part of : #1492
The text was updated successfully, but these errors were encountered: