mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
10 lines
110 B
Vue
10 lines
110 B
Vue
<template>
|
|
<h1>Custom error page</h1>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
props: ['error']
|
|
}
|
|
</script>
|