fix
This commit is contained in:
@ -221,14 +221,6 @@
|
||||
:code="previewResult"
|
||||
style="height: 60vh"
|
||||
/>
|
||||
<!-- <pre>
|
||||
<code>
|
||||
{{ previewResult }}
|
||||
</code>
|
||||
</pre> -->
|
||||
<!-- <div
|
||||
v-html="highlightjs.highlight('xml', { code: previewResult }).value"
|
||||
></div> -->
|
||||
</el-dialog>
|
||||
</div>
|
||||
</template>
|
||||
@ -262,7 +254,6 @@ const bpmnCanvasRef = ref();
|
||||
const refFile = ref();
|
||||
const props = defineProps({
|
||||
modelValue: String, // xml 字符串
|
||||
// value: String,
|
||||
processId: String,
|
||||
processName: String,
|
||||
translations: Object, // 自定义的翻译文件
|
||||
|
Reference in New Issue
Block a user