victorsferreira / vue-session

A simplistic session plugin for VueJS backed by SessionStorage and LocalStorage
203 stars 42 forks source link

Computed property not refreshing this.$session.exists() #20

Open Sagebati opened 5 years ago

Sagebati commented 5 years ago

Hi,

I have an computed property based on the this.$session.exists(), when creating or destrying a session, it doesn't trigger the watcher so my property remains the same until a hard refresh. it's a normal behaviour ? If it is how I can achieve this ?

Thanks for your time.

kazarrugh commented 4 years ago

I have the same problem

mrchrdt commented 4 years ago

same