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,4 +1,5 @@
import Actionsheet from './actionsheet';
import AddressList from './address-list';
import Area from './area';
import Badge from './badge';
import BadgeGroup from './badge-group';
@@ -55,6 +56,7 @@ import Waterfall from './waterfall';
const version = '0.9.6';
const components = [
Actionsheet,
AddressList,
Area,
Badge,
BadgeGroup,
@@ -121,6 +123,7 @@ export {
install,
version,
Actionsheet,
AddressList,
Area,
Badge,
BadgeGroup,