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

After the data is persisted in the default way, the data cannot be updated #55

Open zhangjing007 opened 2 years ago

zhangjing007 commented 2 years ago

After the first data persistence, after I update the data again, the data is not updated, and after refreshing the page, the data will return to the first stored data

image image image
mofada commented 2 years ago

46 same issue