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

chore: drop legacy editor (#1755)

* drop legacy editor

* remove unused components
This commit is contained in:
Hayden 2022-10-22 12:49:59 -08:00 committed by GitHub
parent fcc5d99d40
commit ce4315f971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 2021 deletions

View file

@ -171,7 +171,10 @@
<!-- Content -->
<DropZone @drop="(f) => handleImageDrop(index, f)">
<v-card-text v-if="isEditForm">
<v-card-text
v-if="isEditForm"
@click="$emit('click-instruction-field', `${index}.text`)"
>
<MarkdownEditor
v-model="value[index]['text']"
class="mb-2"