Quickstart.md: Fixed missing component imports in the Quickstart example.

pull/4235/head
Lawrence Fan 2017-04-15 11:26:47 -07:00 committed by 杨奕
parent 36cc555f6e
commit 67154e7dba
1 changed files with 4 additions and 1 deletions

View File

@ -258,7 +258,10 @@ import {
Collapse,
CollapseItem,
Cascader,
ColorPicker
ColorPicker,
Loading,
MessageBox,
Message
} from 'element-ui'
Vue.use(Pagination)