Nuxt/test/fixtures/basic/layouts/custom.vue
2022-03-08 19:03:21 +01:00

7 lines
72 B
Vue

<template>
<div>
Custom Layout:
<slot />
</div>
</template>