mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 02:46:11 +02:00
Use v-html directive to display raw HTML
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
3a42e50884
commit
a566c2d4e2
@ -32,7 +32,7 @@
|
||||
</div>
|
||||
|
||||
<div class="card mb-3">
|
||||
<pre class="card-body">{{ highlightedLines }}</pre>
|
||||
<pre class="card-body" v-html="highlightedLines"></pre>
|
||||
</div>
|
||||
|
||||
<div class="card mb-3">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user