mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
新增:Area(省市区选择)组件 (#113)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Actionsheet from './actionsheet';
|
||||
import Area from './area';
|
||||
import Badge from './badge';
|
||||
import BadgeGroup from './badge-group';
|
||||
import Button from './button';
|
||||
@@ -52,6 +53,7 @@ import Waterfall from './waterfall';
|
||||
const version = '0.8.9';
|
||||
const components = [
|
||||
Actionsheet,
|
||||
Area,
|
||||
Badge,
|
||||
BadgeGroup,
|
||||
Button,
|
||||
@@ -115,6 +117,7 @@ export {
|
||||
install,
|
||||
version,
|
||||
Actionsheet,
|
||||
Area,
|
||||
Badge,
|
||||
BadgeGroup,
|
||||
Button,
|
||||
|
Reference in New Issue
Block a user