filrak / vue-offline

Offline states and storage for Vue PWA
MIT License
349 stars 20 forks source link

I'm getting undefined for this.$offlineStorage.get('data') #9

Closed mjelecevic closed 5 years ago

mjelecevic commented 5 years ago

Hello,

I'm getting undefined when I try ti get the data from this.$offlineStorage.get('obdDevice'). I'm trying to get it on mounted: () and on beforeDestroy: (). Is that a bug or I'm doing something wrong?

Here is the log for this.$offlineStorage, but get() doesn't work.

screenshot 2018-11-28 at 12 38 09
filrak commented 5 years ago

Hey, it was very emabrassing mistake :x. fixed. Just update to 2.0.6 ;)