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