Skip to content
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

Vue3 support #18

Open
tmezzena opened this issue Jun 23, 2021 · 2 comments
Open

Vue3 support #18

tmezzena opened this issue Jun 23, 2021 · 2 comments

Comments

@tmezzena
Copy link

tmezzena commented Jun 23, 2021

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.

@TobyMosque
Copy link
Owner

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.

@tmezzena
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants