Open
Description
Describe the new feature you'd like
Now that Vue 3 has hit release candidate stage, it could be a good time to look into supporting it? Just tried on a fresh Vue project and the first issue I ran into was:
Uncaught TypeError: Cannot set property '$formulate' of undefined
Which I'm guessing is related to Vue.prototype.$formulate
now needing to be something more like app.config.globalProperties.$formulate
.
I pulled down vue-formulate to get a sense of what might need updating and realised there are potentially a few dependencies as well that may need updating too - and I'm not sure what their Vue 3 support is like yet.
I'd be happy to try and help with the update if it's something you think you'd be willing to look at soon?