init Tabs component
init Tabs component
This commit is contained in:
parent
407eabd5c3
commit
871ed4d810
7 changed files with 60 additions and 103 deletions
|
@ -29,6 +29,7 @@ import Spin from './components/spin';
|
|||
import Steps from './components/steps';
|
||||
import Switch from './components/switch';
|
||||
import Table from './components/table';
|
||||
import Tabs from './components/tabs';
|
||||
import Tag from './components/tag';
|
||||
import Timeline from './components/timeline';
|
||||
import Tooltip from './components/tooltip';
|
||||
|
@ -78,6 +79,8 @@ const iview = {
|
|||
Steps,
|
||||
Switch,
|
||||
iTable: Table,
|
||||
Tabs: Tabs,
|
||||
TabPane: Tabs.Pane,
|
||||
Tag,
|
||||
Timeline,
|
||||
TimelineItem: Timeline.Item,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue