mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
cleanup
This commit is contained in:
parent
83af92eaa3
commit
0bc5b26a4f
1 changed files with 6 additions and 6 deletions
|
@ -221,18 +221,18 @@
|
||||||
elevation="0"
|
elevation="0"
|
||||||
@click="removeStep(index)"
|
@click="removeStep(index)"
|
||||||
>
|
>
|
||||||
<v-icon color="error">mdi-delete</v-icon> </v-btn
|
<v-icon color="error">mdi-delete</v-icon>
|
||||||
>{{
|
</v-btn>
|
||||||
$t("recipe.step-index", { step: index + 1 })
|
{{ $t("recipe.step-index", { step: index + 1 }) }}
|
||||||
}}</v-card-title
|
</v-card-title>
|
||||||
>
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-textarea
|
<v-textarea
|
||||||
auto-grow
|
auto-grow
|
||||||
dense
|
dense
|
||||||
v-model="value.recipeInstructions[index]['text']"
|
v-model="value.recipeInstructions[index]['text']"
|
||||||
:key="generateKey('instructions', index)"
|
:key="generateKey('instructions', index)"
|
||||||
></v-textarea>
|
>
|
||||||
|
</v-textarea>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-hover>
|
</v-hover>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue