Add the FormPosterMixin to ProfileInfo component
This commit is contained in:
parent
e49a31df6a
commit
2388ab88b6
|
@ -1573,6 +1573,7 @@
|
|||
|
||||
let ProfileInfo = {
|
||||
template: '#profile-info-template',
|
||||
mixins: [FormPosterMixin],
|
||||
computed: {},
|
||||
methods: {
|
||||
personUpdated(person) {
|
||||
|
|
Loading…
Reference in a new issue