Fixed pagination not updating with async requests.

This commit is contained in:
2024-03-19 01:40:56 +01:00
parent 0bd4990b37
commit ab13ace280
6 changed files with 60 additions and 49 deletions

View File

@@ -145,7 +145,10 @@
</li>
</ul>
<Pagination />
<Pagination
:total="total"
:page="currentPage"
/>
</div>
</div>
</template>
@@ -354,6 +357,7 @@ function updateFilter(prop, value, reload = true) {
.tile-info {
flex-shrink: 0;
font-size: 0;
overflow: hidden;
}
.tile-meta {