There was an error while loading. Please reload this page.
1 parent b71ad7f commit 46ab87fCopy full SHA for 46ab87f
3 files changed
playground/app.vue
@@ -1,3 +1,5 @@
1
<template>
2
- <NuxtLayout />
+ <NuxtLayout>
3
+ <NuxtPage />
4
+ </NuxtLayout>
5
</template>
playground/layouts/default.vue
@@ -94,7 +94,7 @@ function toggleLeftDrawer() {
94
</q-drawer>
95
96
<q-page-container>
97
- <NuxtPage />
+ <slot />
98
</q-page-container>
99
</q-layout>
100
playground/layouts/empty.vue
+ <div>
+ </div>
0 commit comments