Nuxt/test/fixtures/split-layouts-error/layouts/error-layout.vue

13 lines
148 B
Vue

<template>
<div>
<header>Error layout</header>
<nuxt />
</div>
</template>
<script>
export default {
name: 'ErrorLayout'
}
</script>