vue-local-storage icon indicating copy to clipboard operation
vue-local-storage copied to clipboard

So any new for the SSR support ?

Open be-next-hotdog opened this issue 6 years ago • 1 comments

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.

be-next-hotdog avatar May 30 '18 17:05 be-next-hotdog

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.

pinguinjkeke avatar Jun 01 '18 08:06 pinguinjkeke