feat: impl nonworking /status route
This commit is contained in:
parent
065b31a1ff
commit
cb8d1a801d
4 changed files with 386 additions and 3 deletions
|
|
@ -1,6 +1,12 @@
|
|||
<template>
|
||||
<div>
|
||||
<TheHeader />
|
||||
<slot /> <MainFooter />
|
||||
<div class="layout-wrapper">
|
||||
<StatusHeader />
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import StatusHeader from '~/components/StatusHeader.vue'
|
||||
</script>
|
||||
Loading…
Reference in a new issue