Browse Source

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

Lawrence Fan 8 năm trước cách đây
mục cha
commit
67154e7dba
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      examples/docs/en-US/quickstart.md

+ 4 - 1
examples/docs/en-US/quickstart.md

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