vuejs-smart-table
vuejs-smart-table copied to clipboard
[Vue warn]: Component emitted event "update:currentPage"
Hello,
I have enabled pagination. If I navigate to a page that is not the first one and then reduce the number of rows (by filtering or changing the pageSize) so that all rows fit in a single page, I get this warning:
[Vue warn]: Component emitted event "update:currentPage" but it is neither declared in the emits option nor as an "onUpdate:currentPage" prop.
Thank you for your help.