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

Persistence doesn't work well when using in Vue3 + TS project . #42

Closed Jiangg21 closed 2 years ago

Jiangg21 commented 2 years ago

I use the same code to find that what works in JS projects doesn't work well in TS projects .

Jiangg21 commented 2 years ago

I figure out this problem when I changed the file suffix type from .ts to .js in my project.