mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
Fix model method definitions on profile page components
This commit is contained in:
parent
45b5743a3e
commit
6af2cd7a29
@ -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