mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: unstyled docs 404 page (#3421)
This commit is contained in:
parent
de142c47df
commit
fa9a2d64f7
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="ready">
|
<v-app dark>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
<slot>
|
<slot>
|
||||||
<h1 class="mx-auto">{{ $t("page.404-page-not-found") }}</h1>
|
<h1 class="mx-auto">{{ $t("page.404-page-not-found") }}</h1>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</slot>
|
</slot>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</div>
|
</v-app>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user