
--- client/views/index.js
+++ client/views/index.js
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 |
.use(cmmnPlugin) |
14 | 14 |
.use(VueCookies); |
15 | 15 |
|
16 |
- vue.$cookies.config('7d'); // 쿠키의 기본 유효 기간을 1일로 설정 |
|
16 |
+ vue.$cookies.config('7d'); // 쿠키의 기본 유효 기간을 7일로 설정 |
|
17 | 17 |
vue.config.devtools = true; |
18 | 18 |
vue.mount("#root"); |
19 | 19 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?