修复代码生成模板预览格式问题

This commit is contained in:
RuoYi
2021-12-06 17:11:31 +08:00
parent f2cf400c8b
commit 03fe9f42d9

View File

@ -166,7 +166,7 @@
:name="key.substring(key.lastIndexOf('/')+1,key.indexOf('.vm'))"
:key="key"
>
<pre><code class="hljs" v-html="value"></code></pre>
<pre>{{ value }}</pre>
</el-tab-pane>
</el-tabs>
</el-dialog>