浏览代码

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)