Add Markdown support to planned lines comments

This commit is contained in:
D. Berge
2021-05-14 01:21:34 +02:00
parent 6745757712
commit 15a802227d

View File

@@ -181,8 +181,7 @@
@click:append-outer="edit = null"
>
</v-text-field>
<div v-else>
{{item.remarks}}
<div v-else v-html="$options.filters.markdownInline(item.remarks)">
<v-btn v-if="edit === null"
icon
small