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 9e9eb66 commit 4d6c753Copy full SHA for 4d6c753
playground/app.vue
@@ -16,7 +16,5 @@ const nuxtifyConfig = useNuxtifyConfig()
16
</div>
17
18
<h2>nuxtifyConfig</h2>
19
- <pre>
20
- {{ nuxtifyConfig }}
21
- </pre>
+ <pre>{{ nuxtifyConfig }}</pre>
22
</template>
0 commit comments