-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
[WIP] Vue upgrade #2842
base: master
Are you sure you want to change the base?
[WIP] Vue upgrade #2842
Conversation
Wow, awesome! Big fan of upgrading to Vue 3! 👍 |
Hi @Joossensei , solid progress! A couple of questions I have: Am I missing something? |
|
cd0134e
to
b6b2957
Compare
use function isnt inside of Vue but inside createApp() in Vue 3
Bootstrap merged some of their files into one so we could remove the duplicate files
All these changes need to be done apart from this upgrade because its a lot
Bootstrap merged some of their files into one so we could remove the duplicate files
All these changes need to be done apart from this upgrade because its a lot
Remove dump
Revert contenttypes.yaml
3e708f7
to
7303826
Compare
This is how far I can get for now.
@Joossensei is there any movement or outlook on movement here? The SO thread linked seems a bit dead. I'm kinda wondering, since I might have a go at getting the Markdown field going again (it looks like the current simplemde solution doesn't work so well anymore, there's a fork that still is under development and looks like a mostly-drop-in replacement, but I'm not sure if that'd clash with your work here. |
@doenietzomoeilijk You can always try! I didn't manage to figure out how to fix the Markdown field. But if you have an idea on how to fix it I won't stop you 😄 |
Working on upgrading from Vue 2 to Vue 3