refactor(forms): Migrate Forms.vue to Vue 3 Composition API#2762
refactor(forms): Migrate Forms.vue to Vue 3 Composition API#2762
Conversation
1cd6f58 to
c8fe715
Compare
|
Hi @Chartman123 No worries at all, this is still a very rough draft. |
c8fe715 to
79be8b7
Compare
- Upgrade Vue 2.7 to Vue 3.5 and Vue Router 3 to 4 - Upgrade @nextcloud/vue to 9.3.0 and @nextcloud/dialogs to 7.1.0 - Migrate Forms.vue to Composition API with setup() - Migrate all entry points to use createApp() - Update template syntax (.sync to v-model:) - Update build configuration for Vue 3 Signed-off-by: nfebe <fenn25.fn@gmail.com>
79be8b7 to
37e7f05
Compare
|
hi @nfebe I've also started the migration and used your work as a base. you could also have a look at this branch here: https://github.com/nextcloud/forms/tree/refactor/vue3 |
Signed-off-by: nfebe <fenn25.fn@gmail.com>
Hi @Chartman123 just worked on at least getting this to build on vue 3 and making the creat form thingy work. I will pause and we sync and then decide how to proceed. |
|
My branch is building, but I still have problems to get the edit view working as we had a |
|
Closing in favor of : #2972 |
refactor(forms): Migrate Forms.vue to Vue 3 Composition API