mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 13:05:21 +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:
parent
8271c3001e
commit
025f1bc603
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
:width="width"
|
:width="width"
|
||||||
:content-class="top ? 'top-dialog' : undefined"
|
:content-class="top ? 'top-dialog' : undefined"
|
||||||
:fullscreen="$vuetify.breakpoint.xsOnly"
|
:fullscreen="$vuetify.breakpoint.xsOnly"
|
||||||
|
@keydown.enter="
|
||||||
|
$emit('submit');
|
||||||
|
dialog = false;
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<v-card height="100%">
|
<v-card height="100%">
|
||||||
<v-app-bar dark dense :color="color" class="">
|
<v-app-bar dark dense :color="color" class="">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue