mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 20:54:19 +00:00
set cookies expiration
This commit is contained in:
parent
9c1ff334d9
commit
875626da88
3 changed files with 4 additions and 4 deletions
|
|
@ -436,7 +436,7 @@ export default {
|
|||
},
|
||||
|
||||
setShowColumn () {
|
||||
Cookies.set('heros-et-dragons-grimoire-colonnes', this.showColumn)
|
||||
Cookies.set('heros-et-dragons-grimoire-colonnes', this.showColumn, { expires: 365 })
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue