mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 20:21:55 +02:00
Fixed various warnings
This commit is contained in:
parent
c4ed7513c5
commit
2e5c714a59
3 changed files with 88 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
<track-table v-if="results" :tracks="results.results"></track-table>
|
||||
<div class="ui center aligned basic segment">
|
||||
<pagination
|
||||
v-if="results && results.count > 0"
|
||||
@page-changed="selectPage"
|
||||
:current="page"
|
||||
:total="results.count"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue