mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
8ab135af55
Alpha 0.1.0
12 lines
278 B
HTML
12 lines
278 B
HTML
<!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>
|