feat: improve dialog
This commit is contained in:
parent
cd4658506d
commit
4703b6884a
8 changed files with 86 additions and 30 deletions
5
composables/screen.ts
Normal file
5
composables/screen.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { breakpointsTailwind } from '@vueuse/core'
|
||||
|
||||
export const breakpoints = useBreakpoints(breakpointsTailwind)
|
||||
|
||||
export const isSmallScreen = breakpoints.smallerOrEqual('md')
|
Loading…
Add table
Add a link
Reference in a new issue