mirror of https://github.com/ElemeFE/element
Quickstart.md: Fixed missing component imports in the Quickstart example.
parent
36cc555f6e
commit
67154e7dba
|
@ -258,7 +258,10 @@ import {
|
||||||
Collapse,
|
Collapse,
|
||||||
CollapseItem,
|
CollapseItem,
|
||||||
Cascader,
|
Cascader,
|
||||||
ColorPicker
|
ColorPicker,
|
||||||
|
Loading,
|
||||||
|
MessageBox,
|
||||||
|
Message
|
||||||
} from 'element-ui'
|
} from 'element-ui'
|
||||||
|
|
||||||
Vue.use(Pagination)
|
Vue.use(Pagination)
|
||||||
|
|
Loading…
Reference in New Issue