feat: use explorer page as search for mobile only (#1301)
This commit is contained in:
parent
a2fb458696
commit
4b1b18768d
9 changed files with 38 additions and 41 deletions
|
@ -3,3 +3,4 @@ import { breakpointsTailwind } from '@vueuse/core'
|
|||
export const breakpoints = useBreakpoints(breakpointsTailwind)
|
||||
|
||||
export const isMediumOrLargeScreen = breakpoints.between('sm', 'xl')
|
||||
export const isExtraLargeScreen = breakpoints.smallerOrEqual('xl')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue