Skip to content

Commit 55ec640

Browse files
committed
chore: add title to playground
1 parent 116a74a commit 55ec640

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

playground/app.vue

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<template>
2-
<NuxtLayout>
3-
<NuxtPage />
4-
</NuxtLayout>
2+
<div>
3+
<NuxtLayout>
4+
<NuxtPage />
5+
</NuxtLayout>
6+
</div>
57
</template>

playground/nuxt.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ export default defineNuxtConfig({
77
'../src/module',
88
'@nuxt/devtools',
99
],
10+
app: {
11+
head: {
12+
title: 'Nuxt Quasar Playground',
13+
},
14+
},
1015
ssr: true,
1116
quasar: {
1217
plugins: [

0 commit comments

Comments
 (0)