This commit is contained in:
hay-kot 2021-02-09 19:23:13 -09:00
commit 0bc5b26a4f

View file

@ -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>