parent
1c57e6f80a
commit
1e166490d9
24 changed files with 59 additions and 56 deletions
|
|
@ -30,7 +30,7 @@ export default Vue.extend({
|
|||
} else {
|
||||
return {
|
||||
users: followings.map(following => following.follower),
|
||||
cursor: null
|
||||
more: false
|
||||
};
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ export default Vue.extend({
|
|||
} else {
|
||||
return {
|
||||
users: followings.map(following => following.followee),
|
||||
cursor: null
|
||||
more: false
|
||||
};
|
||||
}
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue