wip: refactor(client): migrate paging components to composition api
This commit is contained in:
@@ -69,9 +69,9 @@ export default defineComponent({
|
||||
pagination: {
|
||||
endpoint: 'channels/timeline',
|
||||
limit: 10,
|
||||
params: () => ({
|
||||
params: computed(() => ({
|
||||
channelId: this.channelId,
|
||||
})
|
||||
}))
|
||||
},
|
||||
};
|
||||
},
|
||||
|
Reference in New Issue
Block a user