You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many preparations and migrations have already been completed (see #649).
Still outstanding is the migration of vuelidate#899, which should be done before.
Reasons for migration
vue 2 reached end of life: 31 Dec 2023
Problems
local library copy of qrcode.vue must be updated
huge dependency on UI library vuetify
vuetify has a lot of incompatible API and layout changes
vuetify some components are missing
Almost no migrations are necessary with regard to vue 3. The big problem is vuetify. vuetify requires a lot of work,maybe choose other UI framework like https://quasar.dev/ .
Many preparations and migrations have already been completed (see #649).
Still outstanding is the migration of
vuelidate
#899, which should be done before.Reasons for migration
vue 2
reached end of life: 31 Dec 2023Problems
qrcode.vue
must be updatedvuetify
vuetify
has a lot of incompatible API and layout changesvuetify
some components are missingAlmost no migrations are necessary with regard to
vue 3
. The big problem isvuetify
.vuetify
requires a lot of work,maybe choose other UI framework like https://quasar.dev/ .Migration
Migration: https://v3-migration.vuejs.org/
Breaking changes: https://v3-migration.vuejs.org/breaking-changes/
The text was updated successfully, but these errors were encountered: