fix(style): dont show empty alert while loading
This commit is contained in:
parent
c1ed0112bc
commit
926f4695f3
|
@ -237,7 +237,7 @@ const deletePlaylist = async () => {
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<Alert blue
|
<Alert blue
|
||||||
v-else
|
v-else-if="!isLoading"
|
||||||
align-items="center"
|
align-items="center"
|
||||||
>
|
>
|
||||||
<Layout flex :gap="8">
|
<Layout flex :gap="8">
|
||||||
|
|
Loading…
Reference in New Issue