You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because sometimes sessionStorage is needed, so this is my suggest.
just like this
Vue.use(VueLocalStorage, {
localStorageName: 'ls',
sessionStorageName: 'ss',
bind: true
})
The text was updated successfully, but these errors were encountered:
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!
Because sometimes sessionStorage is needed, so this is my suggest.
just like this
Vue.use(VueLocalStorage, {
localStorageName: 'ls',
sessionStorageName: 'ss',
bind: true
})
The text was updated successfully, but these errors were encountered: