From 5d1dee9b08cff5427a51476da1235e3a9d38c280 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 13 Jan 2022 05:10:11 +0000 Subject: [PATCH] Refractor component names. For vue/multi-word-component-names --- src/App.vue | 6 +++--- src/components/{Channel.vue => ChannelPage.vue} | 0 src/components/{Comment.vue => CommentItem.vue} | 2 +- src/components/{Navigation.vue => NavBar.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, 14 insertions(+), 14 deletions(-) rename src/components/{Channel.vue => ChannelPage.vue} (100%) rename src/components/{Comment.vue => CommentItem.vue} (97%) rename src/components/{Navigation.vue => NavBar.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 e0c339a7..dc3314c2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@