support Steps
fixed npm run dev error with cann't find module vue-template-compiler update test demo style :
This commit is contained in:
parent
a804d60885
commit
bd596e7add
8 changed files with 32 additions and 40 deletions
|
@ -31,7 +31,7 @@ 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';
|
||||
import Steps from './components/steps';
|
||||
// import Switch from './components/switch';
|
||||
// import Table from './components/table';
|
||||
// import Tabs from './components/tabs';
|
||||
|
@ -96,8 +96,8 @@ const iview = {
|
|||
// iSelect: Select,
|
||||
// Slider,
|
||||
// Spin,
|
||||
// Step: Steps.Step,
|
||||
// Steps,
|
||||
Step: Steps.Step,
|
||||
Steps,
|
||||
// Switch,
|
||||
// iTable: Table,
|
||||
// Tabs: Tabs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue