Nuxt/examples/with-layouts/layouts/other.vue
2021-06-30 18:32:22 +02:00

7 lines
63 B
Vue

<template>
<div>
Other
<slot />
</div>
</template>