1
0
Fork 0
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:
Maxime Moraine 2021-02-05 14:41:12 +01:00
parent 9c1ff334d9
commit 875626da88
3 changed files with 4 additions and 4 deletions

View file

@ -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 })
},
},