Skip to content

Commit 53084ab

Browse files
committed
fix: undefined error
1 parent 27fb2dd commit 53084ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/pages/test.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const nuxtifyConfig = useNuxtifyConfig()
1111
</h1>
1212

1313
<div class="mt-4">
14-
This is the site tagline: <em>{{ nuxtifyConfig.brand.tagline }}</em>
14+
This is the site tagline: <em>{{ nuxtifyConfig.brand?.tagline }}</em>
1515
</div>
1616

1717
<v-btn class="mt-4">

0 commit comments

Comments
 (0)