-
Notifications
You must be signed in to change notification settings - Fork 40
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
Update to vue 3 #266
Comments
Unfortunately, the vuetify beta does not contain the v-data-table, which is the main building block of the application. We have to wait, or rebuild the whole application without vuetify (which I am reluctant to do at the moment) |
It looks like there is a vue3 data-table that could be worth the effort, as the maintainer of this project used vuetify2-data-table before and was frustrated, that vuetify is not done yet: https://github.com/HC200ok/vue3-easy-data-table/ |
It might also be an option to replace vuetify with https://element-plus.org/, which seems very promising and contains a table with a lot of features, as well as upload functionality and basic form elements. |
We now have @d-koppenhagen on board who agreed to help with this, that is awesome! The #35 also shows quite a few other updates that are currently blocked due to Vue2, we should upgrade them along the way and then take a look at what is left to update. |
I have already prepared an update locally which I just need to test and prettify a bit. I will send a PR soon. |
🎉 This issue has been resolved in version 1.4.27 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
It is about time to update the project to vue 3. Even vuetify is not quite there yet, there seems to be a stable enough beta.
I would like to change to vite on my way to vue 3.
The text was updated successfully, but these errors were encountered: