Fix model method definitions on profile page components

This commit is contained in:
unarist 2018-04-08 20:48:01 +09:00
parent ea98442c83
commit c087edd33a
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ export default Vue.extend({
fetching: true
};
},
method() {
methods: {
getAcct,
getUserName
},

View file

@ -30,7 +30,7 @@ export default Vue.extend({
fetching: true
};
},
method() {
methods: {
getAcct
},
mounted() {