fix: eslint

pull/186/head
xingyu 2023-07-29 15:51:45 +08:00
parent 177d497588
commit 2dcb73764f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</el-button>
<el-scrollbar height="580">
<div>
<pre><code class="hljs" v-html="highlightedCode(formData)"></code></pre>
<pre><code class="hljs" v-dompurify-html="highlightedCode(formData)"></code></pre>
</div>
</el-scrollbar>
</div>