mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 16:24:17 +02:00
wip: refactor(client): migrate paging components to composition api
This commit is contained in:
@@ -95,9 +95,9 @@ export default defineComponent({
|
||||
otherPostsPagination: {
|
||||
endpoint: 'users/gallery/posts',
|
||||
limit: 6,
|
||||
params: () => ({
|
||||
params: computed(() => ({
|
||||
userId: this.post.user.id
|
||||
})
|
||||
})),
|
||||
},
|
||||
post: null,
|
||||
error: null,
|
||||
|
||||
Reference in New Issue
Block a user