Browse Source

fix: eslint

xingyu 1 năm trước cách đây
mục cha
commit
2dcb73764f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/infra/build/index.vue

+ 1 - 1
src/views/infra/build/index.vue

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