13 lines
182 B
Vue
13 lines
182 B
Vue
<template>
|
|
<div>
|
|
<v-layout
|
|
align-center
|
|
justify-center
|
|
>
|
|
<h1>
|
|
No page was found for this address
|
|
</h1>
|
|
</v-layout>
|
|
</div>
|
|
</template>
|