Nuxt/lib/views/error.html

12 lines
254 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Nuxt.js Error</title>
</head>
<body style="background-color: #a6004c;color: #efe;font-family: monospace;">
<h2>Nuxt.js Error:</h2>
<pre>{{ stack }}</pre>
</body>
</html>