Nuxt/lib/views/error.html

12 lines
278 B
HTML
Raw Normal View History

2016-11-07 01:34:58 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vue.js error</title>
</head>
<body style="background-color: #a6004c;color: #efe;font-family: monospace;">
<h2>Vue.js error</h2>
<pre><%= ansiHTML(encodeHtml(err.stack)) %></pre>
</body>
</html>