update ColorPicker
This commit is contained in:
parent
c6faec44a8
commit
5a9cda85f3
1 changed files with 5 additions and 3 deletions
|
@ -14,6 +14,7 @@ import Cascader from './components/cascader';
|
|||
import Checkbox from './components/checkbox';
|
||||
import Circle from './components/circle';
|
||||
import Collapse from './components/collapse';
|
||||
import ColorPicker from './components/color-picker';
|
||||
import DatePicker from './components/date-picker';
|
||||
import Dropdown from './components/dropdown';
|
||||
import Form from './components/form';
|
||||
|
@ -65,6 +66,10 @@ const iview = {
|
|||
Checkbox,
|
||||
CheckboxGroup: Checkbox.Group,
|
||||
iCircle: Circle,
|
||||
Col,
|
||||
iCol: Col,
|
||||
Collapse,
|
||||
ColorPicker,
|
||||
DatePicker,
|
||||
Dropdown,
|
||||
DropdownItem: Dropdown.Item,
|
||||
|
@ -72,9 +77,6 @@ const iview = {
|
|||
Form,
|
||||
iForm: Form,
|
||||
FormItem: Form.Item,
|
||||
Col,
|
||||
iCol: Col,
|
||||
Collapse,
|
||||
Icon,
|
||||
Input,
|
||||
iInput: Input,
|
||||
|
|
Loading…
Add table
Reference in a new issue