Commit cb897aaeed0f3a24f91dc4265b8ff0d2b31284c6
Committed by
GitHub
Merge pull request #829 from kairlec/wvp-28181-2.0
fix `Notification is not defined` on some device
Showing
1 changed file
with
1 additions
and
0 deletions
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", |