mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
[new feature] add image component
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user