Skip to content

Commit 81c8919

Browse files
committed
fix(Pagination): Did not automatically jump to the previous page
1 parent bbb7670 commit 81c8919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-pagination/Pagination.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export default defineComponent({
123123
newState.stateCurrent = current;
124124
}
125125
this.setState(newState);
126+
this.__emit('change', this.stateCurrent, this.statePageSize);
126127
},
127128
},
128129
methods: {

0 commit comments

Comments
 (0)