From 25d25393d10970a3eb02a3c102de3f7c1dc3d6fe Mon Sep 17 00:00:00 2001 From: Zheng Jie <201507802@qq.com> Date: Wed, 18 May 2022 13:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=8E=A7=E4=BB=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DateRangePicker/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DateRangePicker/index.vue b/src/components/DateRangePicker/index.vue index eef79bd..8feea56 100644 --- a/src/components/DateRangePicker/index.vue +++ b/src/components/DateRangePicker/index.vue @@ -21,7 +21,7 @@ export default { pickerOptions: { type: DatePickerOptions, default: _ => { - return { shortcuts: calendarShortcuts } + return { shortcuts: calendarShortcuts, firstDayOfWeek: 1 } } }, size: {