Nuxt/test/fixtures/basic/layouts/custom2.vue

7 lines
73 B
Vue

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