add Contact components

This commit is contained in:
陈嘉涵
2017-09-29 15:33:48 +08:00
parent bf68cf284d
commit 235ec89baa
14 changed files with 782 additions and 14 deletions

View File

@@ -13,6 +13,8 @@ import Checkbox from './checkbox';
import CheckboxGroup from './checkbox-group';
import Col from './col';
import ContactCard from './contact-card';
import ContactEdit from './contact-edit';
import ContactList from './contact-list';
import CouponCell from './coupon-cell';
import CouponList from './coupon-list';
import DatetimePicker from './datetime-picker';
@@ -72,6 +74,8 @@ const components = [
CheckboxGroup,
Col,
ContactCard,
ContactEdit,
ContactList,
CouponCell,
CouponList,
DatetimePicker,
@@ -141,6 +145,8 @@ export {
CheckboxGroup,
Col,
ContactCard,
ContactEdit,
ContactList,
CouponCell,
CouponList,
DatetimePicker,