refactor: icon component

This commit is contained in:
chenjiahan
2020-07-04 22:39:13 +08:00
parent 425ffb87eb
commit 3bc6495b04
9 changed files with 611 additions and 8 deletions

View File

@@ -86,10 +86,10 @@ module.exports = {
// path: 'cell',
// title: 'Cell 单元格',
// },
// {
// path: 'icon',
// title: 'Icon 图标',
// },
{
path: 'icon',
title: 'Icon 图标',
},
// {
// path: 'image',
// title: 'Image 图片',
@@ -433,10 +433,10 @@ module.exports = {
// path: 'cell',
// title: 'Cell',
// },
// {
// path: 'icon',
// title: 'Icon',
// },
{
path: 'icon',
title: 'Icon',
},
// {
// path: 'image',
// title: 'Image',