临时提交,尝试实现流程图的高亮

This commit is contained in:
YunaiV
2022-01-18 01:41:22 +08:00
parent 0765f481ff
commit 5a4392dc4e
7 changed files with 150 additions and 8 deletions

View File

@@ -4,4 +4,5 @@ MyProcessDesigner.install = function(Vue) {
Vue.component(MyProcessDesigner.name, MyProcessDesigner);
};
// 流程图的设计器,可编辑
export default MyProcessDesigner;