add spinner to starred page
This commit is contained in:
parent
bcb1edebef
commit
1e7d87671c
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="result">
|
<ContentLoader v-slot :loading="result == null">
|
||||||
<div v-if="result.albums.length > 0" class="mb-4">
|
<div v-if="result.albums.length > 0" class="mb-4">
|
||||||
<h1>Albums</h1>
|
<h1>Albums</h1>
|
||||||
<AlbumList :items="result.albums" />
|
<AlbumList :items="result.albums" />
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<h1>Tracks</h1>
|
<h1>Tracks</h1>
|
||||||
<TrackList :tracks="result.tracks" />
|
<TrackList :tracks="result.tracks" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</ContentLoader>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user