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

fix `Notification is not defined` on some device
This commit is contained in:
648540858 2023-04-23 17:35:00 +08:00 committed by GitHub
commit 1d5e419680

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