feat: Button component

This commit is contained in:
chenjiahan
2020-07-05 16:19:54 +08:00
parent 0010bfd461
commit 12c167fbbc
11 changed files with 1007 additions and 17 deletions

View File

@@ -78,10 +78,10 @@ module.exports = {
{
title: '基础组件',
items: [
// {
// path: 'button',
// title: 'Button 按钮',
// },
{
path: 'button',
title: 'Button 按钮',
},
// {
// path: 'cell',
// title: 'Cell 单元格',
@@ -425,10 +425,10 @@ module.exports = {
{
title: 'Basic Components',
items: [
// {
// path: 'button',
// title: 'Button',
// },
{
path: 'button',
title: 'Button',
},
// {
// path: 'cell',
// title: 'Cell',