mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-09 17:54:32 +00:00
fix: type warn
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<MyProcessViewer
|
||||
key="designer"
|
||||
v-model="bpmnXML"
|
||||
:value="bpmnXML"
|
||||
:value="bpmnXML as any"
|
||||
v-bind="bpmnControlForm"
|
||||
:prefix="bpmnControlForm.prefix"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user