Nuxt/examples/with-layouts/layouts/other.vue

7 lines
63 B
Vue

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