From a4bfb2f5df3e07f3812f08e5d6e86592972066c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Wed, 16 Mar 2022 00:02:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20date-picker=20=E6=9C=88=E4=BB=BD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/datePicker/index.vue | 36 +++++++++++++++--------------- src/index.ts | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/component/datePicker/index.vue b/src/component/datePicker/index.vue index e6a34654..c1234f26 100644 --- a/src/component/datePicker/index.vue +++ b/src/component/datePicker/index.vue @@ -18,7 +18,7 @@ >
{{ curYear }} 年{{ curMonth }} 月 + >{{ curMonth + 1 }} 月
-
+
选择年份
-
+
    -
  • - {{ item }} -
  • +
  • + {{ item }} +
@@ -132,7 +133,7 @@ >
{{ curYear }} 年{{ curMonth }} 月 + >{{ curMonth + 1 }} 月
= { LayResult, LayFullscreen, LayConfigProvider, - LayDatePicker + LayDatePicker, }; const install = (app: App, options?: InstallOptions): void => { @@ -237,7 +237,7 @@ export { LayResult, LayFullscreen, LayConfigProvider, - LayDatePicker + LayDatePicker, }; export { layer };