feat(Calendar): add basic files

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent 3a22162912
commit 49781a5e15
11 changed files with 252 additions and 0 deletions
+8
View File
@@ -114,6 +114,10 @@ module.exports = {
title: '表单组件',
icon: 'orders-o',
items: [
{
path: 'calendar',
title: 'Calendar 日历'
},
{
path: 'checkbox',
title: 'Checkbox 复选框'
@@ -446,6 +450,10 @@ module.exports = {
title: 'Form Components',
icon: 'orders-o',
items: [
{
path: 'calendar',
title: 'Calendar'
},
{
path: 'checkbox',
title: 'Checkbox'