Add deep-select component and fix a popup bug. (#103)

* feat: new deep select

* fix: add deep-select test

* fix: import

* fix: icon import
This commit is contained in:
WyTiny
2017-09-01 10:15:53 +08:00
committed by Yao
parent c594091955
commit 1418117681
10 changed files with 392 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ import Checkbox from './checkbox';
import CheckboxGroup from './checkbox-group';
import Col from './col';
import DatetimePicker from './datetime-picker';
import DeepSelect from './deep-select';
import Dialog from './dialog';
import ExpressWay from './express-way';
import Field from './field';
@@ -57,6 +58,7 @@ const components = [
CheckboxGroup,
Col,
DatetimePicker,
DeepSelect,
ExpressWay,
Field,
Icon,
@@ -114,6 +116,7 @@ export {
CheckboxGroup,
Col,
DatetimePicker,
DeepSelect,
Dialog,
ExpressWay,
Field,