rename bg-black to bg-primary

+ rename BottomBar to NowPlayingRight
This commit is contained in:
geoffrey45
2022-08-19 22:14:23 +03:00
parent ade8edcba2
commit 79dcc61084
24 changed files with 53 additions and 55 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
<div id="acontent" class="rounded">
<router-view />
</div>
<BottomBar />
<NowPlayingRight />
<SearchInput />
<RightSideBar />
<!-- <Tabs /> -->
@@ -33,7 +33,7 @@ import Notification from "@/components/Notification.vue";
import RightSideBar from "@/components/RightSideBar/Main.vue";
import SearchInput from "@/components/RightSideBar/SearchInput.vue";
import BottomBar from "@/components/BottomBar/BottomBar.vue";
import NowPlayingRight from "@/components/RightSideBar/NowPlayingRight.vue";
import LeftSidebar from "./components/LeftSidebar/index.vue";
import { readLocalStorage, writeLocalStorage } from "@/utils";