mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
afcaaff57d
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: Pooya Parsa <pyapar@gmail.com>
6 lines
111 B
Vue
6 lines
111 B
Vue
<template>
|
|
<NuxtExampleLayout example="module-extend-pages">
|
|
<slot />
|
|
</NuxtExampleLayout>
|
|
</template>
|