mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
add AddressList component
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user