1
0
This commit is contained in:
syui 2024-04-03 04:17:40 +09:00
parent 65cce72556
commit ced936145c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -144,7 +144,7 @@ export default {
}, },
methods: { methods: {
moment(date) { moment(date) {
return moment.utc(date).format("YYYY.MM.DD"); return moment.utc(date).local().format("YYYY.MM.DD");
}, },
page_run(s) { page_run(s) {
this.loc = s; this.loc = s;