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

8 lines
80 B
Vue

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