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