9 lines
169 B
Vue
9 lines
169 B
Vue
<template>
|
|
<NuxtLayout>
|
|
<div>
|
|
<h1>Dang</h1>
|
|
<p>It looks like something broke.</p>
|
|
<p>Sorry about that.</p>
|
|
</div>
|
|
</NuxtLayout>
|
|
</template> |