vue-local-storage
vue-local-storage copied to clipboard
So any new for the SSR support ?
Heyy, guy,
Quick question after a quick test: this lib support SSR mode now ?
I got still error kind of TypeError: Cannot read property 'set' of undefined
, any tips ?
Thx for help.
Yes, it does. It will not set up the Vue plugin when you're on SSR. But you mustn't call any of ls methods when you're inside server environment.