|
Hi all, I am switching an App from vuex and vuex-orm over to pinia. Now with vuex-orm there was a Axios Plugin, which allowed you to define loading and updateing functions in the model itself: User.load() would call the Load function which uses Axios to load the User from the Backend API. Now in Pinia-ORM I have not found a plugin like that, and I was wondering what the best practice is for CRUD from the Backend with Pinia-ORM? Maybe someone can point me to an more full fledge example which also uses a backend api, instead of the standard stuff :) Thanks :) |
Answered by
CodeDredd
Sep 8, 2023
Replies: 1 comment 2 replies
|
Looking for the same. Any update on this 🙏? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1603 😉