commit Table component
commit Table component
This commit is contained in:
parent
d2e82cd7f6
commit
2cb8a6d93e
12 changed files with 334 additions and 0 deletions
|
@ -24,6 +24,7 @@ import Slider from './components/slider';
|
|||
import Spin from './components/spin';
|
||||
import Steps from './components/steps';
|
||||
import Switch from './components/switch';
|
||||
import Table from './components/table';
|
||||
import Tag from './components/tag';
|
||||
import Timeline from './components/timeline';
|
||||
import Tooltip from './components/tooltip';
|
||||
|
@ -69,6 +70,7 @@ const iview = {
|
|||
Step: Steps.Step,
|
||||
Steps,
|
||||
Switch,
|
||||
iTable: Table,
|
||||
Tag,
|
||||
Timeline,
|
||||
TimelineItem: Timeline.Item,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue