We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2f650 commit db8e8a5Copy full SHA for db8e8a5
resources/js/plugins/store.js
@@ -9,12 +9,7 @@ Vue.use(Vue2Storage, {
9
ttl: 0 // disables the lifetime and the record will be kept forever
10
// ttl: 60 * 60 * 24 * 1000 // 24 hours
11
});
12
-
13
-// create a global mixins that checks the value of storage of users, permissions , roles
14
-// localstorage non expiring
15
-// if on created method no keys is present or expired
16
17
+
18
// add this event to remove all ls at window closed
19
// window.onbeforeunload = function() {
20
// localStorage.removeItem(key);
0 commit comments