1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-24 16:24:25 -06:00

Merge pull request 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
src/client/app/desktop/views/pages/user

View file

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

View file

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