ソースを参照

quickstart: updating document

updating document quickstart.md. add ‘Notification’ to Component list.
suweiteng 8 年 前
コミット
60f5bd8ec9
1 ファイル変更2 行追加1 行削除
  1. 2 1
      examples/docs/en-US/quickstart.md

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

@@ -259,7 +259,8 @@ import {
   ColorPicker,
   Loading,
   MessageBox,
-  Message
+  Message,
+  Notification
 } from 'element-ui'
 
 Vue.use(Pagination)