update Table

update Table
This commit is contained in:
梁灏 2017-03-09 14:11:22 +08:00
parent b2012015da
commit 486d4fda19
9 changed files with 132 additions and 106 deletions

View file

@ -33,7 +33,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 Table from './components/table';
import Tabs from './components/tabs';
import Tag from './components/tag';
import Timeline from './components/timeline';
@ -100,6 +100,7 @@ const iview = {
Steps,
iSwitch: Switch,
// iTable: Table,
Table,
Tabs: Tabs,
TabPane: Tabs.Pane,
Tag,