support Form
support Form
This commit is contained in:
parent
531cd1654b
commit
257f80f1c2
7 changed files with 52 additions and 43 deletions
|
@ -15,7 +15,7 @@ import Circle from './components/circle';
|
|||
import Collapse from './components/collapse';
|
||||
import DatePicker from './components/date-picker';
|
||||
import Dropdown from './components/dropdown';
|
||||
// import Form from './components/form';
|
||||
import Form from './components/form';
|
||||
import Icon from './components/icon';
|
||||
import Input from './components/input';
|
||||
import InputNumber from './components/input-number';
|
||||
|
@ -67,8 +67,8 @@ const iview = {
|
|||
Dropdown,
|
||||
DropdownItem: Dropdown.Item,
|
||||
DropdownMenu: Dropdown.Menu,
|
||||
// iForm: Form,
|
||||
// FormItem: Form.Item,
|
||||
iForm: Form,
|
||||
FormItem: Form.Item,
|
||||
iCol: Col,
|
||||
Collapse,
|
||||
Icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue