Forráskód Böngészése

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

Lawrence Fan 8 éve
szülő
commit
67154e7dba
1 módosított fájl, 4 hozzáadás és 1 törlés
  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)