Commit cb897aaeed0f3a24f91dc4265b8ff0d2b31284c6

Authored by 648540858
Committed by GitHub
2 parents 94da7490 ea3f8995

Merge pull request #829 from kairlec/wvp-28181-2.0

fix `Notification is not defined` on some device
web_src/src/layout/UiHeader.vue
@@ -40,6 +40,7 @@ @@ -40,6 +40,7 @@
40 40
41 import changePasswordDialog from '../components/dialog/changePassword.vue' 41 import changePasswordDialog from '../components/dialog/changePassword.vue'
42 import userService from '../components/service/UserService' 42 import userService from '../components/service/UserService'
  43 +import {Notification} from 'element-ui';
43 44
44 export default { 45 export default {
45 name: "UiHeader", 46 name: "UiHeader",