-
Unanswered jpmc3630 I can't find any info about pinia-orm and localforage. Is it possible to use the indexdb instead of local storage with pinia-orm? |
Beta Was this translation helpful? Give feedback.
Answered by
CodeDredd
Aug 15, 2022
Replies: 1 comment 1 reply
-
I think it should be possible. try to use https://github.com/iendeavor/pinia-plugin-persistedstate-2. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CodeDredd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it should be possible. try to use https://github.com/iendeavor/pinia-plugin-persistedstate-2.
I made you an simple example:
https://codesandbox.io/s/wispy-shape-516trq?file=/src/App.vue