mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 12:05:21 +02:00
feat(frontend): ✨ add debugger to creation page (#750)
* feat(frontend): ✨ add debugger to creation page
* styling
Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
parent
89da1a2654
commit
7e3a36f2dd
8 changed files with 308 additions and 125 deletions
|
@ -20,7 +20,7 @@
|
|||
</v-btn>
|
||||
</template>
|
||||
<template #default="{ state }">
|
||||
<v-slide-x-transition>
|
||||
<v-slide-x-transition leave-absolute hide-on-leave>
|
||||
<div v-if="!state" key="personal-info">
|
||||
<BaseCardSectionTitle class="mt-10" title="Personal Information"> </BaseCardSectionTitle>
|
||||
<v-card tag="article" outlined>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue