Skip to content
Snippets Groups Projects

add config option to switch off the header

Closed schneider210 requested to merge feature/#30-header-config into develop
4 files
+ 22
10
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
<template>
<div id="q-app">
<q-layout view="hHh lpr fFf">
<Header
<Header v-if="config.header"
:collectiontitle="collectiontitle"
:config="config"
:itemurls="itemurls"
Loading