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 27fb2dd commit 53084abCopy full SHA for 53084ab
playground/pages/test.vue
@@ -11,7 +11,7 @@ const nuxtifyConfig = useNuxtifyConfig()
11
</h1>
12
13
<div class="mt-4">
14
- This is the site tagline: <em>{{ nuxtifyConfig.brand.tagline }}</em>
+ This is the site tagline: <em>{{ nuxtifyConfig.brand?.tagline }}</em>
15
</div>
16
17
<v-btn class="mt-4">
0 commit comments