Seb-L / pinia-plugin-persist

Persist pinia state data in sessionStorage or other storages.
https://Seb-L.github.io/pinia-plugin-persist/
MIT License
214 stars 37 forks source link

Cannot persist after updating to 1.0.0 #28

Open hjw0968 opened 2 years ago

hjw0968 commented 2 years ago

electron V17 Vue3.2.29 vite2.8.6 typescript4.6.2

image image

version 0.0.7 is normal

Nakus0426 commented 2 years ago

Yes, I have the same problem.When I change the state, there is nothing in the storage

rationalthinker1 commented 2 years ago

I have this problem too. Had to downgrade to 0.0.93.

kagaricyan commented 1 year ago

I found the difference: at 0.0.93, use vueDemi.watch to trigger update.