1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +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:
Hayden 2021-10-19 18:45:03 -08:00 committed by GitHub
parent 89da1a2654
commit 7e3a36f2dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 308 additions and 125 deletions

View file

@ -8,6 +8,7 @@
:outlined="btnStyle.outlined"
:text="btnStyle.text"
:to="to"
v-bind="$attrs"
v-on="$listeners"
@click="download ? downloadFile() : undefined"
>

View file

@ -10,6 +10,9 @@
<slot> </slot>
</h3>
</section>
<section class="d-flex">
<slot name="content"></slot>
</section>
<v-divider v-if="divider" class="my-4"></v-divider>
</div>
</template>