Skip to content

Commit 16b43b7

Browse files
committed
日付設定を修正
1 parent 9fdba3b commit 16b43b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/edit/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default Vue.extend({
122122
date:
123123
value.startTime.getFullYear() +
124124
'-' +
125-
value.startTime.getMonth() +
125+
(value.startTime.getMonth() + 1) +
126126
'-' +
127127
value.startTime.getDate(),
128128
startTime:

0 commit comments

Comments
 (0)