Browse Source

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

Lawrence Fan 8 years ago
parent
commit
afc2bbccdd
1 changed files with 4 additions and 1 deletions
  1. 4 1
      examples/docs/zh-CN/quickstart.md

+ 4 - 1
examples/docs/zh-CN/quickstart.md

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