pinguinjkeke / vue-local-storage

Vue.js localStorage plugin with types support
MIT License
672 stars 61 forks source link

suggest add sessionStorage #38

Open kaimzhou opened 6 years ago

kaimzhou commented 6 years ago

Because sometimes sessionStorage is needed, so this is my suggest. just like this Vue.use(VueLocalStorage, { localStorageName: 'ls', sessionStorageName: 'ss', bind: true })

Fohlen commented 6 years ago

I would like to work on this feature! Ideally one would create a storage-unagnostic system where you could switch between multiple implementations of local/sessionstorage as long as they are standards compliant!