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

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="">