Merge pull request #1417 from unarist/fix/userpage

Fix model method definitions on profile page components
This commit is contained in:
syuilo 2018-04-08 20:49:59 +09:00 committed by GitHub
commit b91fd00bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {