Is it possible to delete all store data at once? #1873
Closed
sparkplugmarcus
started this conversation in
General
Replies: 1 comment 1 reply
-
You are right. this can't be done, because pinia-orm uses |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Vuex-ORM you could delete all store data at once using
https://vuex-orm.org/guide/data/deleting.html#delete-all-data
I expect this can't be done with Pinia-ORM since there is no central place to register all the models. Is this possible?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions