Add 404 page
This commit is contained in:
12
src/components/404.vue
Normal file
12
src/components/404.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="content has-text-centered">
|
||||
<h1>Not found</h1>
|
||||
<p>The page you requested does not exist.</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: '404'
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user