[new feature] add image component

This commit is contained in:
陈嘉涵
2019-05-17 14:16:45 +08:00
parent 2644689162
commit 1321ba6902
15 changed files with 430 additions and 1 deletions
+8
View File
@@ -89,6 +89,10 @@ module.exports = {
path: '/icon',
title: 'Icon 图标'
},
{
path: '/image',
title: 'Image 图片'
},
{
path: '/col',
title: 'Layout 布局'
@@ -408,6 +412,10 @@ module.exports = {
path: '/icon',
title: 'Icon'
},
{
path: '/image',
title: 'Image'
},
{
path: '/col',
title: 'Layout'