chore: 研发 date-picker 日期组件

This commit is contained in:
就眠儀式
2022-03-15 22:44:07 +08:00
parent e6b7338d37
commit 0e39e81e5c
13 changed files with 655 additions and 7 deletions

View File

@@ -291,6 +291,12 @@ const zhCN = [
import("../../docs/zh-CN/components/colorPicker.md"),
meta: { title: "颜色选择器" },
},
{
path: "/zh-CN/components/datePicker",
component: () =>
import("../../docs/zh-CN/components/datePicker.md"),
meta: { title: "日期选择器" },
},
{
path: "/zh-CN/components/layer",
component: () => import("../../docs/zh-CN/components/layer.md"),

View File

@@ -165,6 +165,12 @@ const menus = [
subTitle: "colorPicker",
path: "/zh-CN/components/colorPicker",
},
{
id: 40,
title: "日期选择器",
subTitle: "datePicker",
path: "/zh-CN/components/datePicker",
},
{
id: 29,
title: "图标选择器",