We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e932e01 commit 2b58c97Copy full SHA for 2b58c97
components/app/AppLayout.vue
@@ -19,8 +19,8 @@ useContentHead(config.value as any)
19
<template>
20
<div>
21
<AppLoadingBar />
22
- <AppHeader v-if="Object.keys(config?.header).length" />
+ <AppHeader />
23
<slot />
24
- <AppFooter v-if="Object.keys(config?.footer).length" />
+ <AppFooter />
25
</div>
26
</template>
package.json
@@ -12,6 +12,7 @@
12
"plugins",
13
"nuxt.schema.ts",
14
"app.vue",
15
+ "app.config.ts",
16
"nuxt.config.ts",
17
"tokens.config.ts"
18
],
0 commit comments