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
2 changed files with 2 additions and 2 deletions

View File

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

View File

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