From ae855c2bac4bb4d86cae008e032a6c5455c942a9 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 13 Mar 2023 14:39:07 +0100 Subject: [PATCH] Use a `slot` for displaying the loading indicator content --- src/components/ChannelPage.vue | 11 ++++------- src/components/FeedPage.vue | 13 +++++-------- ...gIndicator.vue => LoadingIndicatorPage.vue} | 18 ++++++++++++++++-- src/components/PlaylistPage.vue | 11 ++++------- src/components/SearchResults.vue | 11 ++++------- src/components/TrendingPage.vue | 11 ++++------- src/components/WatchVideo.vue | 11 ++++------- 7 files changed, 41 insertions(+), 45 deletions(-) rename src/components/{LoadingIndicator.vue => LoadingIndicatorPage.vue} (67%) diff --git a/src/components/ChannelPage.vue b/src/components/ChannelPage.vue index 7bb35b35..46d161f9 100644 --- a/src/components/ChannelPage.vue +++ b/src/components/ChannelPage.vue @@ -1,7 +1,7 @@ diff --git a/src/components/PlaylistPage.vue b/src/components/PlaylistPage.vue index e58e74c9..7d468a00 100644 --- a/src/components/PlaylistPage.vue +++ b/src/components/PlaylistPage.vue @@ -1,7 +1,7 @@