We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
window10、Google Chrome(130.0.6723.117)、vue(2.7.16)
https://run.iviewui.com/eCIqIqG6
多次点击任意按钮切换页面后
期望能够按照页码大小正常显示
多次切换后,页码会乱序,类似“1 5 4 3 2...10”这种,且触发很频繁
已经清空on-change绑定方法中的业务场景,按照案例所示仅仅对total赋值,排除了业务场景代码干扰,但还是会出现页码错乱问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
window10、Google Chrome(130.0.6723.117)、vue(2.7.16)
Reproduction link
https://run.iviewui.com/eCIqIqG6
Steps to reproduce
多次点击任意按钮切换页面后
What is expected?
期望能够按照页码大小正常显示
What is actually happening?
多次切换后,页码会乱序,类似“1 5 4 3 2...10”这种,且触发很频繁
已经清空on-change绑定方法中的业务场景,按照案例所示仅仅对total赋值,排除了业务场景代码干扰,但还是会出现页码错乱问题
The text was updated successfully, but these errors were encountered: