新增:Area(省市区选择)组件 (#113)

This commit is contained in:
张敏
2017-09-06 17:47:09 +08:00
committed by GitHub
parent bea4d75a00
commit 09bc3d947b
7 changed files with 7630 additions and 0 deletions

View File

@@ -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,