mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
Merge pull request #1417 from unarist/fix/userpage
Fix model method definitions on profile page components
This commit is contained in:
commit
3025dd4571
@ -24,7 +24,7 @@ export default Vue.extend({
|
||||
fetching: true
|
||||
};
|
||||
},
|
||||
method() {
|
||||
methods: {
|
||||
getAcct,
|
||||
getUserName
|
||||
},
|
||||
|
@ -30,7 +30,7 @@ export default Vue.extend({
|
||||
fetching: true
|
||||
};
|
||||
},
|
||||
method() {
|
||||
methods: {
|
||||
getAcct
|
||||
},
|
||||
mounted() {
|
||||
|
Loading…
Reference in New Issue
Block a user