mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
implement reactive breakpoints
+ fix breaking queue page when there's no data
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { useBreakpoints, breakpointsTailwind } from "@vueuse/core";
|
||||
|
||||
const breakpoints = useBreakpoints(breakpointsTailwind);
|
||||
|
||||
const xl = breakpoints.greater("xl");
|
||||
|
||||
export { xl };
|
||||
Reference in New Issue
Block a user