Conditional rendering, pages updated
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Screen } from 'quasar'
|
||||
|
||||
export default defineNuxtPlugin(() => {
|
||||
Screen.setSizes({
|
||||
sm: 601,
|
||||
md: 996,
|
||||
lg: 1281,
|
||||
xl: 1921,
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user