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
The text was updated successfully, but these errors were encountered:
const queryList = (pageNo: number, pageSize: number) => { paging.value?.complete(); }
直接这么写试试。我这边测试了是正常的
Sorry, something went wrong.
const queryList = (pageNo: number, pageSize: number) => { paging.value?.complete(); } 直接这么写试试。我这边测试了是正常的
还是不行, 感觉 ZPagingProps 这个接口可以导出的,方便在组件中定义方法
你重启下vscode或者电脑,或者创建一个新的项目试试,这似乎是vscode的bug,我重新创建了一个空白项目引入z-paging-2.8.4,也是正常的。
No branches or pull requests
The text was updated successfully, but these errors were encountered: