Nuxt/test/fixtures/page-mount-with-layouts/layouts/layout-2.vue

8 lines
76 B
Vue

<template>
<div>
<h1>Layout 2</h1>
<Nuxt />
</div>
</template>