pinia-plugin-persist icon indicating copy to clipboard operation
pinia-plugin-persist copied to clipboard

Cannot persist after updating to 1.0.0

Open hjw0968 opened this issue 4 years ago • 3 comments

electron V17 Vue3.2.29 vite2.8.6 typescript4.6.2

image image

version 0.0.7 is normal

hjw0968 avatar Mar 12 '22 02:03 hjw0968

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

Nakus0426 avatar Apr 15 '22 03:04 Nakus0426

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

rationalthinker1 avatar Jul 20 '22 17:07 rationalthinker1

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

kagaricyan avatar Sep 23 '22 06:09 kagaricyan