mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
12 lines
254 B
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>
|