feat(Calendar): add basic files
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user