vue-session
vue-session copied to clipboard
Fix Persist Option?
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!
This works for me. I did
Vue.use(VueSession, { persist: true })