mirror of
https://github.com/koel/koel
synced 2024-11-12 23:47:09 +00:00
fix: genres "loading" when library is empty
This commit is contained in:
parent
4d8e9e79eb
commit
be5dd4d799
1 changed files with 25 additions and 23 deletions
|
@ -14,6 +14,7 @@
|
|||
</span>
|
||||
</ScreenEmptyState>
|
||||
|
||||
<template v-else>
|
||||
<ul v-if="genres" class="genres text-center">
|
||||
<li
|
||||
v-for="genre in genres"
|
||||
|
@ -39,6 +40,7 @@
|
|||
<GenreItemSkeleton />
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
</ScreenBase>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue