mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-27 01:46:25 -07:00
Fix model method definitions on profile page components
This commit is contained in:
parent
45b5743a3e
commit
6af2cd7a29
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ export default Vue.extend({
|
||||||
fetching: true
|
fetching: true
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
method() {
|
methods: {
|
||||||
getAcct,
|
getAcct,
|
||||||
getUserName
|
getUserName
|
||||||
},
|
},
|
||||||
|
|
|
@ -30,7 +30,7 @@ export default Vue.extend({
|
||||||
fetching: true
|
fetching: true
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
method() {
|
methods: {
|
||||||
getAcct
|
getAcct
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
Loading…
Reference in a new issue