support Tabs
support Tabs
This commit is contained in:
parent
b2d29401f7
commit
30510c3d9e
8 changed files with 98 additions and 38 deletions
|
@ -34,7 +34,7 @@ import Rate from './components/rate';
|
|||
import Steps from './components/steps';
|
||||
import Switch from './components/switch';
|
||||
// import Table from './components/table';
|
||||
// import Tabs from './components/tabs';
|
||||
import Tabs from './components/tabs';
|
||||
import Tag from './components/tag';
|
||||
import Timeline from './components/timeline';
|
||||
// import TimePicker from './components/time-picker';
|
||||
|
@ -100,8 +100,8 @@ const iview = {
|
|||
Steps,
|
||||
iSwitch: Switch,
|
||||
// iTable: Table,
|
||||
// Tabs: Tabs,
|
||||
// TabPane: Tabs.Pane,
|
||||
Tabs: Tabs,
|
||||
TabPane: Tabs.Pane,
|
||||
Tag,
|
||||
Timeline,
|
||||
TimelineItem: Timeline.Item,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue