-
Notifications
You must be signed in to change notification settings - Fork 54
feat: migrate to Vue 3 #1605
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
feat: migrate to Vue 3 #1605
Conversation
|
Tested and works - there is only a slight visual issue with a button but that is caused by library and not related to this PR. |
b89449f to
84dc9c8
Compare
artonge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
|
/compile |
|
Reuse currently fails because of: nextcloud-libraries/nextcloud-vite-config#606 |
| :has-next | ||
| :has-previous | ||
| :set-return-focus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooooh! A bit weird, but also cool! 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah something I needed time to get used to. Like some other things that are new and sometimes I do not like but its how it is and the way Vue evolves so as I cannot change it I have to get used to it^^
- Adjust dependencies - Adjust how Vue app is created - Fragment is no longer needed as Vue 3 supports multi-root elements - `v-model` vs old legacy `.sync` Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
8832093 to
759294b
Compare
|
Updated vite config should be fixed now |
|
Congrats!!!! |
|
🎉🎉🎉🎉🎉 |
v-modelvs old legacy.sync