13 lines
239 B
Vue
13 lines
239 B
Vue
<template>
|
|
<toolbar-layout>
|
|
<div slot="toolbar">
|
|
Not Found
|
|
</div>
|
|
<v-layout align-center justify-center>
|
|
<h1>
|
|
No page was found for this address
|
|
</h1>
|
|
</v-layout>
|
|
</toolbar-layout>
|
|
</template>
|