vue-session icon indicating copy to clipboard operation
vue-session copied to clipboard

Fix Persist Option?

Open jsfanatik opened this issue 5 years ago • 1 comments

Hey there! I really like this plugin! Are you still maintaining it? I am attempting to build a MEVN stack demo for the VueStacks Initiative (https://github.com/jsfanatik) demonstrating vue-session in an authentication app similar to this one: https://github.com/arminekhachatryan94/mevnchat. I tried adding the persist option to this app as you instructed, but it did not work. I ended up using the vue-persist plugin instead/. I would really like to the persist option work. Is that something you could address? Thanks!

jsfanatik avatar Dec 14 '19 01:12 jsfanatik

This works for me. I did

Vue.use(VueSession, { persist: true })

SjamonDaal avatar Jan 09 '20 07:01 SjamonDaal