Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggest add sessionStorage #38

Open
kaimzhou opened this issue Jan 25, 2018 · 1 comment
Open

suggest add sessionStorage #38

kaimzhou opened this issue Jan 25, 2018 · 1 comment

Comments

@kaimzhou
Copy link

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

@Fohlen
Copy link

Fohlen commented Feb 21, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants