mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
rename bg-black to bg-primary
+ rename BottomBar to NowPlayingRight
This commit is contained in:
+2
-2
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user