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:
parent
fcc5d99d40
commit
ce4315f971
8 changed files with 9 additions and 2021 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue