mirror of https://github.com/ElemeFE/element
quickstart: updating document (#5756)
updating document quickstart.md 文档中,按需引入部分的组件列表中没有Notification,已补上,防止使用者不会使用。pull/5757/head
parent
5536efab5c
commit
eb599b6129
|
@ -259,7 +259,8 @@ import {
|
|||
ColorPicker,
|
||||
Loading,
|
||||
MessageBox,
|
||||
Message
|
||||
Message,
|
||||
Notification
|
||||
} from 'element-ui'
|
||||
|
||||
Vue.use(Pagination)
|
||||
|
|
Loading…
Reference in New Issue