mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-29 18:19:41 +02:00
nuxt init
This commit is contained in:
parent
79b3985a49
commit
8d3db89327
275 changed files with 13274 additions and 4003 deletions
13
frontend.old/src/pages/404Page.vue
Normal file
13
frontend.old/src/pages/404Page.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<v-container class="text-center">
|
||||
<The404 />
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import The404 from "@/components/Fallbacks/The404";
|
||||
export default {
|
||||
components: { The404 },
|
||||
};
|
||||
</script>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue