Use v-html directive to display raw HTML

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-05-17 19:38:26 +09:00
parent 3a42e50884
commit a566c2d4e2
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -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">