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