You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Congrats to this great tool! Will it support Vue3? Because Vue doesn't have Vue.set and Vue.delete... I'm trying to update myself but It is not easy for me.
The text was updated successfully, but these errors were encountered:
I'd plans to Vue3, but I'll break that extension in 3 small ones.
1 - handle comb and another smaller utilies
2 - handle transparent wrappers
3 - handle page/store wrappers
Regarding the comb, that will support PostgreSQL and MSSQL.
Just to let you know, I'm rewriting everything using TS. but since I'm doing a Job transition, I'm running out of time most of my time. but I think that ready/done on July.
I made a fork and I changed only the store and page factories to work on Vue3 with composition API.
The getFetched function has strange behaviour if preFetch is disabled, and not necessary if preFetch is enabled; so, the code is working only if preFetch is enabled.
Congrats to this great tool! Will it support Vue3? Because Vue doesn't have Vue.set and Vue.delete... I'm trying to update myself but It is not easy for me.
The text was updated successfully, but these errors were encountered: