radyushin / vue-localstorage

The Vue plugin for work with LocalStorage from Vue context
24 stars 6 forks source link

How retrieve it and store it to a data variable? #3

Closed gijo-varghese closed 7 years ago

gijo-varghese commented 7 years ago

How can i retrieve it? In the documentation, it only shows insert and delete

pbelyaev commented 7 years ago

@gijo-varghese

this.$localStorage.get('key')
gijo-varghese commented 7 years ago

Thanks. Make sure you put this in the documentation too