add AddressList component

This commit is contained in:
陈嘉涵
2017-09-21 16:26:40 +08:00
parent 309744286e
commit 522655fdd8
14 changed files with 341 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/**
* style entry
* Entry of all component's style
*/
/* base */
@@ -50,6 +50,7 @@
@import './tree-select.css';
/* business components */
@import './address-list.css';
@import './coupon-list.css';
@import './goods-action.css';
@import './submit-bar.css';