[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

View File

@@ -30,6 +30,7 @@ import GoodsAction from './goods-action';
import GoodsActionButton from './goods-action-button';
import GoodsActionIcon from './goods-action-icon';
import Icon from './icon';
import Image from './image';
import ImagePreview from './image-preview';
import IndexAnchor from './index-anchor';
import IndexBar from './index-bar';
@@ -115,6 +116,7 @@ const components = [
GoodsActionButton,
GoodsActionIcon,
Icon,
Image,
ImagePreview,
IndexAnchor,
IndexBar,
@@ -205,6 +207,7 @@ export {
GoodsActionButton,
GoodsActionIcon,
Icon,
Image,
ImagePreview,
IndexAnchor,
IndexBar,