Browse Source

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

fix `Notification is not defined` on some device
648540858 2 years ago
parent
commit
cb897aaeed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web_src/src/layout/UiHeader.vue

+ 1 - 0
web_src/src/layout/UiHeader.vue

@@ -40,6 +40,7 @@
 
 import changePasswordDialog from '../components/dialog/changePassword.vue'
 import userService from '../components/service/UserService'
+import {Notification} from 'element-ui';
 
 export default {
   name: "UiHeader",