Skip to content

Commit

Permalink
chore: add title to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiquu committed Dec 23, 2024
1 parent 116a74a commit 55ec640
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 5 additions & 3 deletions playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
<div>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>
5 changes: 5 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default defineNuxtConfig({
'../src/module',
'@nuxt/devtools',
],
app: {
head: {
title: 'Nuxt Quasar Playground',
},
},
ssr: true,
quasar: {
plugins: [
Expand Down

0 comments on commit 55ec640

Please sign in to comment.