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
+1 -1
View File
@@ -3,7 +3,7 @@ import { useIntersectionObserver } from "@vueuse/core";
import { Ref, watch } from "vue";
export default function useVisibility(
elem: Ref<HTMLElement>,
elem: Ref<HTMLElement | null>,
callback: (state: boolean) => void
) {
const visible = ref(false);