We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc124a6 commit ddbd54dCopy full SHA for ddbd54d
1 file changed
app/pages/modules/index.vue
@@ -51,7 +51,7 @@ const breakpoints = useBreakpoints({
51
sm: 640,
52
md: 768,
53
lg: 1024
54
-})
+}, { ssrWidth: 1024 })
55
56
const isMobile = breakpoints.smaller('sm')
57
0 commit comments