12 lines
111 B
Vue
12 lines
111 B
Vue
<template>
|
|
<div>
|
|
404 Not Found
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'NotFound'
|
|
}
|
|
</script>
|