1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 07:39:41 +02:00

feat: press enter to create a shopping list! (#1657)

* feat/press enter to create list

* Press enter to submit base dialogs
This commit is contained in:
Miroito 2022-09-28 04:54:28 +02:00 committed by GitHub
parent 8271c3001e
commit 025f1bc603
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,10 @@
:width="width"
:content-class="top ? 'top-dialog' : undefined"
:fullscreen="$vuetify.breakpoint.xsOnly"
@keydown.enter="
$emit('submit');
dialog = false;
"
>
<v-card height="100%">
<v-app-bar dark dense :color="color" class="">