diff --git a/src/importElement.js b/src/importElement.js index 3b8cc20f3b263fa51c6e1ce8fc443b0078d08773..c5ad78624c7dea475138b5812601b78ceee3a749 100644 --- a/src/importElement.js +++ b/src/importElement.js @@ -21,7 +21,8 @@ import { Link, Loading, Pagination, - Alert + Alert, + Notification } from 'element-ui' const importElementComponents = (Vue) => { @@ -48,7 +49,7 @@ const importElementComponents = (Vue) => { Vue.use(Pagination) Vue.use(Alert) Vue.prototype.$message = Message - // Vue.prototype.$notify = Notification + Vue.prototype.$notify = Notification } export default importElementComponents