Skip to content

Commit 4d6c753

Browse files
committed
fix(playground): pre alignment
1 parent 9e9eb66 commit 4d6c753

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

playground/app.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ const nuxtifyConfig = useNuxtifyConfig()
1616
</div>
1717

1818
<h2>nuxtifyConfig</h2>
19-
<pre>
20-
{{ nuxtifyConfig }}
21-
</pre>
19+
<pre>{{ nuxtifyConfig }}</pre>
2220
</template>

0 commit comments

Comments
 (0)