mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
8 lines
80 B
Vue
8 lines
80 B
Vue
<template>
|
|
<div>
|
|
<h1>Layout error</h1>
|
|
|
|
<Nuxt />
|
|
</div>
|
|
</template>
|