Use @page-change instead of on-page-change (#5749)

This commit is contained in:
Pranav Raj S 2022-10-25 15:16:09 -07:00 committed by GitHub
parent abe439594e
commit bedb2cab63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@
@on-sort-change="onSortChange"
/>
<table-footer
:on-page-change="onPageChange"
:current-page="Number(meta.currentPage)"
:total-count="meta.count"
@page-change="onPageChange"
/>
</div>

View File

@ -9,9 +9,9 @@
:on-mark-all-done-click="onMarkAllDoneClick"
/>
<table-footer
:on-page-change="onPageChange"
:current-page="Number(meta.currentPage)"
:total-count="meta.count"
@page-change="onPageChange"
/>
</div>
</div>