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

fix `Notification is not defined` on some device
pull/833/head
648540858 2023-04-23 17:35:00 +08:00 committed by GitHub
commit cb897aaeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",