update mixin prop name (#2051)
This commit is contained in:
parent
bce5e29c49
commit
c5ff86667f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export default {
|
|||
components: {
|
||||
NotificationSettings,
|
||||
},
|
||||
mixin: [alertMixin],
|
||||
mixins: [alertMixin],
|
||||
data() {
|
||||
return {
|
||||
avatarFile: '',
|
||||
|
|
Loading…
Reference in a new issue