Nuxt/examples/layout-transitions/layouts/secondary.vue

7 lines
83 B
Vue

<template>
<div>
<h1>Secondary Layout</h1>
<nuxt />
</div>
</template>