Add loading indicators

This commit is contained in:
Bnyro
2023-03-12 15:56:55 +01:00
parent d823853b0d
commit 889a410cbd
5 changed files with 28 additions and 3 deletions

View File

@@ -47,10 +47,14 @@
/>
</div>
</div>
<div v-else>
<LoadingIndicator />
</div>
</template>
<script>
import ErrorHandler from "./ErrorHandler.vue";
import LoadingIndicator from "./LoadingIndicator.vue";
import VideoItem from "./VideoItem.vue";
import WatchOnYouTubeButton from "./WatchOnYouTubeButton.vue";
@@ -59,6 +63,7 @@ export default {
ErrorHandler,
VideoItem,
WatchOnYouTubeButton,
LoadingIndicator,
},
data() {
return {