Skip to content

Commit 2dcb737

Browse files
committed
fix: eslint
1 parent 177d497 commit 2dcb737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/infra/build/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</el-button>
2424
<el-scrollbar height="580">
2525
<div>
26-
<pre><code class="hljs" v-html="highlightedCode(formData)"></code></pre>
26+
<pre><code class="hljs" v-dompurify-html="highlightedCode(formData)"></code></pre>
2727
</div>
2828
</el-scrollbar>
2929
</div>

0 commit comments

Comments
 (0)