-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 frontend framework from Vue2 to Vue3 #19902
Comments
Can vue3 import vue2-based dependencies or do they all have to upgrade? lafriks/vue-bar-graph#9 is related. |
There is a migration build that runs Vue3 but emulates the API of Vue2 (up to a certain degree). |
I have released vue-bar-graph vue3 version |
(sorry larfiks, I mentioned wrong component and wrong person 😂 , not vue3-bar-graph , but the heat map) The heatmap's layout is different from the vue2 version. By default, it looks like this: On try.gitea.io, I applied a simple style patch: Before, it looks like this (Vue2 version): Will the upstream update the heatmap styles? Or the style will be just patched on Gitea side? update: the fix is in #21312 |
Feature Description
As vue3 becomes more and more fluent, we have to consider to migrate current Vue2 to Vue3 to avoid mantaince problem.
I think there are many works to do to address that.
And this will also resolve below issues:
Screenshots
No response
The text was updated successfully, but these errors were encountered: