Nuxt/examples/module-extend-pages/layouts/default.vue
Anthony Fu afcaaff57d
chore(example): use @nuxt/ui for examples (#2325)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-12-23 20:27:08 +01:00

6 lines
111 B
Vue

<template>
<NuxtExampleLayout example="module-extend-pages">
<slot />
</NuxtExampleLayout>
</template>