From 1417247bbefac03d5a2670eb294a31546939999a 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: Sun, 20 Mar 2022 14:54:36 +0800
Subject: [PATCH] feat: publish 0.4.0
---
example/docs/zh-CN/components/button.md | 22 ++++-------------
example/docs/zh-CN/components/datePicker.md | 26 +++++++++++++++++++++
example/docs/zh-CN/guide/changelog.md | 1 +
example/index.html | 2 +-
package.json | 2 +-
src/component/collapseItem/index.vue | 11 +++++----
src/component/datePicker/index.vue | 16 +++++++++++--
src/component/transition/index.vue | 6 +----
8 files changed, 56 insertions(+), 30 deletions(-)
diff --git a/example/docs/zh-CN/components/button.md b/example/docs/zh-CN/components/button.md
index 9e59fb96..b8e19444 100644
--- a/example/docs/zh-CN/components/button.md
+++ b/example/docs/zh-CN/components/button.md
@@ -238,8 +238,8 @@ export default {
less
- -``` -@button-primary-color: #009688; // 主题色 -@button-border-radius: 2px; // 圆角 -@button-border-color: #d2d2d2; // 边框色 ``` -css
- -``` ---button-primary-color: #009688; // 主题色 ---button-border-radius: 2px; // 圆角 ---button-border-color: #d2d2d2; // 边框色 ``` ::: title Button 属性 diff --git a/example/docs/zh-CN/components/datePicker.md b/example/docs/zh-CN/components/datePicker.md index 48a8108b..c7046b3f 100644 --- a/example/docs/zh-CN/components/datePicker.md +++ b/example/docs/zh-CN/components/datePicker.md @@ -34,6 +34,32 @@ export default { ::: +::: title 日期时间 +::: + +::: demo + + +