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
1.5.0
vue版本 2.6.10
https://www.antdv.com/components/pagination-cn/
1、先将pagination封装成组件;
2、将pageIndex传进来,default:1;
3、设置 :current="pageIndex";
当前页为1
无当前页,下一页按钮也失效。
The text was updated successfully, but these errors were encountered:
https://codesandbox.io/s/awesome-noether-7z6gw
Sorry, something went wrong.
fix: pagnitation not work when total change #1989
73fce5f
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.5.0
Environment
vue版本 2.6.10
Reproduction link
https://www.antdv.com/components/pagination-cn/
Steps to reproduce
1、先将pagination封装成组件;
2、将pageIndex传进来,default:1;
3、设置 :current="pageIndex";
What is expected?
当前页为1
What is actually happening?
无当前页,下一页按钮也失效。
The text was updated successfully, but these errors were encountered: