feat,wip: 지도에 자체 700px, 500px 모드 적용

This commit is contained in:
2022-04-20 03:29:38 +09:00
parent f2499675ab
commit e33c7ecd36
5 changed files with 771 additions and 22 deletions
+3
View File
@@ -0,0 +1,3 @@
import { useMediaQuery } from "@vueuse/core";
export const is1000pxMode = useMediaQuery('(min-width:900px');