add Address edit component

This commit is contained in:
陈嘉涵
2017-09-22 15:07:03 +08:00
parent 72b013a440
commit d2ce5bf606
7 changed files with 497 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import Actionsheet from './actionsheet';
import AddressEdit from './address-edit';
import AddressList from './address-list';
import Area from './area';
import Badge from './badge';
@@ -56,6 +57,7 @@ import Waterfall from './waterfall';
const version = '0.9.7';
const components = [
Actionsheet,
AddressEdit,
AddressList,
Area,
Badge,
@@ -123,6 +125,7 @@ export {
install,
version,
Actionsheet,
AddressEdit,
AddressList,
Area,
Badge,