diff --git a/components/vc-pagination/Pagination.tsx b/components/vc-pagination/Pagination.tsx index 2bbd5951ef..6b72e140ab 100644 --- a/components/vc-pagination/Pagination.tsx +++ b/components/vc-pagination/Pagination.tsx @@ -123,6 +123,7 @@ export default defineComponent({ newState.stateCurrent = current; } this.setState(newState); + this.__emit('change', this.stateCurrent, this.statePageSize); }, }, methods: {