Add Markdown support to preplot lines comments

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

View File

@@ -139,8 +139,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