Fixed pagination not updating with async requests.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user