We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116a74a commit 55ec640Copy full SHA for 55ec640
playground/app.vue
@@ -1,5 +1,7 @@
1
<template>
2
- <NuxtLayout>
3
- <NuxtPage />
4
- </NuxtLayout>
+ <div>
+ <NuxtLayout>
+ <NuxtPage />
5
+ </NuxtLayout>
6
+ </div>
7
</template>
playground/nuxt.config.ts
@@ -7,6 +7,11 @@ export default defineNuxtConfig({
'../src/module',
8
'@nuxt/devtools',
9
],
10
+ app: {
11
+ head: {
12
+ title: 'Nuxt Quasar Playground',
13
+ },
14
15
ssr: true,
16
quasar: {
17
plugins: [
0 commit comments