ZeusWPI / g2-frontend

Front-end application for G2.
https://g2-project.ga
MIT License
6 stars 0 forks source link

Port to @vue/composition-api instead of vue-class-component #73

Open maartenvn opened 3 years ago

maartenvn commented 3 years ago

The new composition API for Vue 3 is available under the official @vue/composition-api package. Since the composition API will be natively supported in Vue 3, it may be in our best interest to start using that instead. It will allow for:

maartenvn commented 3 years ago

@mcbloch Thoughts?

mcbloch commented 3 years ago

I'm all for keeping up to date with the library and having better typescript support.

This looks like a lot of work though, when do you see this happening?

maartenvn commented 3 years ago

After the exams and I could start tonight on the Pannenkoeken codenight!