Skip to content

Commit

Permalink
fix: export app.config for correct defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Feb 2, 2023
1 parent e932e01 commit 2b58c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/app/AppLayout.vue
Expand Up @@ -19,8 +19,8 @@ useContentHead(config.value as any)
<template>
<div>
<AppLoadingBar />
<AppHeader v-if="Object.keys(config?.header).length" />
<AppHeader />
<slot />
<AppFooter v-if="Object.keys(config?.footer).length" />
<AppFooter />
</div>
</template>
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -12,6 +12,7 @@
"plugins",
"nuxt.schema.ts",
"app.vue",
"app.config.ts",
"nuxt.config.ts",
"tokens.config.ts"
],
Expand Down

0 comments on commit 2b58c97

Please sign in to comment.