[new feature] add IndexBar component

This commit is contained in:
陈嘉涵
2019-05-08 15:39:27 +08:00
parent e9854daf29
commit c92791e8da
19 changed files with 515 additions and 3 deletions

View File

@@ -31,6 +31,8 @@ import GoodsActionButton from './goods-action-button';
import GoodsActionIcon from './goods-action-icon';
import Icon from './icon';
import ImagePreview from './image-preview';
import IndexAnchor from './index-anchor';
import IndexBar from './index-bar';
import Info from './info';
import Lazyload from './lazyload';
import List from './list';
@@ -114,6 +116,8 @@ const components = [
GoodsActionIcon,
Icon,
ImagePreview,
IndexAnchor,
IndexBar,
Info,
List,
Loading,
@@ -202,6 +206,8 @@ export {
GoodsActionIcon,
Icon,
ImagePreview,
IndexAnchor,
IndexBar,
Info,
Lazyload,
List,