init Rate component
init Rate component
This commit is contained in:
parent
1ff551864c
commit
49d380cf99
9 changed files with 193 additions and 1 deletions
|
@ -27,6 +27,7 @@ import Page from './components/page';
|
|||
import Poptip from './components/poptip';
|
||||
import Progress from './components/progress';
|
||||
import Radio from './components/radio';
|
||||
import Rate from './components/rate';
|
||||
import Slider from './components/slider';
|
||||
import Spin from './components/spin';
|
||||
import Steps from './components/steps';
|
||||
|
@ -83,6 +84,7 @@ const iview = {
|
|||
Progress,
|
||||
Radio,
|
||||
RadioGroup: Radio.Group,
|
||||
Rate,
|
||||
Row,
|
||||
iSelect: Select,
|
||||
Slider,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue