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