fix(front): center loader on album widget
This commit is contained in:
parent
8ef56e3c63
commit
56aa801864
|
@ -86,7 +86,10 @@ watch(
|
|||
style="grid-column: 1 / -1;"
|
||||
@search="performSearch"
|
||||
/>
|
||||
<Loader v-if="isLoading" />
|
||||
<Loader
|
||||
v-if="isLoading"
|
||||
style="grid-column: 1 / -1;"
|
||||
/>
|
||||
<template v-if="!isLoading && albums.length > 0">
|
||||
<album-card
|
||||
v-for="album in albums"
|
||||
|
|
Loading…
Reference in New Issue