Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.1.6
Environment
Windwos 10 1803, Chrome 70, Vue 2.5.17
Reproduction link
Steps to reproduce
Table
组件开启
pagination: {
showSizeChanger: true,
},
之后。修改分页大小
What is expected?
只触发一次 onChange
What is actually happening?
会导致 Table
的 onChange
事件触发两次