Skip to content

Commit db8e8a5

Browse files
committed
remove comment
1 parent 7e2f650 commit db8e8a5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

resources/js/plugins/store.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ Vue.use(Vue2Storage, {
99
ttl: 0 // disables the lifetime and the record will be kept forever
1010
// ttl: 60 * 60 * 24 * 1000 // 24 hours
1111
});
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-
12+
1813
// add this event to remove all ls at window closed
1914
// window.onbeforeunload = function() {
2015
// localStorage.removeItem(key);

0 commit comments

Comments
 (0)