mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Merge pull request #1417 from unarist/fix/userpage
Fix model method definitions on profile page components
This commit is contained in:
commit
b91fd00bbc
@ -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 New Issue
Block a user