From cdd5d1e3d7e1f66ecd75e2a8bb0d1c7f1e4c318f Mon Sep 17 00:00:00 2001 From: FireMaskterK <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:21:18 +0000 Subject: [PATCH] Fix all vue/multi-word-component-names errors. --- src/App.vue | 4 ++-- src/components/{Channel.vue => ChannelPage.vue} | 0 src/components/{Comment.vue => CommentItem.vue} | 0 .../{Navigation.vue => NavigationBar.vue} | 0 src/components/{Playlist.vue => PlaylistPage.vue} | 0 .../{Preferences.vue => PreferencesPage.vue} | 0 src/components/{Player.vue => VideoPlayer.vue} | 0 src/components/WatchVideo.vue | 14 +++++++------- src/router/router.js | 6 +++--- 9 files changed, 12 insertions(+), 12 deletions(-) rename src/components/{Channel.vue => ChannelPage.vue} (100%) rename src/components/{Comment.vue => CommentItem.vue} (100%) rename src/components/{Navigation.vue => NavigationBar.vue} (100%) rename src/components/{Playlist.vue => PlaylistPage.vue} (100%) rename src/components/{Preferences.vue => PreferencesPage.vue} (100%) rename src/components/{Player.vue => VideoPlayer.vue} (100%) diff --git a/src/App.vue b/src/App.vue index a5fa1e81..69d9fd30 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,10 +25,10 @@