Hide header from script
-
Is it possible to hide the header from vue script i.e. using a timer?
-
What header?
Scott
-
@s-molinari The layout header
-
The header has a v-model prop (value), which if you set false, will hide the header.
https://v1.quasar-framework.org/layout/header-and-footer
If you look at the first page of the layout builder, you see the prop.
https://v1.quasar-framework.org/layout-builder
Scott