引入 bpmnProcessDesigner 组件

This commit is contained in:
YunaiV
2022-01-01 22:46:54 +08:00
parent c84a9dd67e
commit 167692b04d
60 changed files with 8943 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
import MyPropertiesPanel from "./PropertiesPanel.vue";
MyPropertiesPanel.install = function(Vue) {
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel);
};
export default MyPropertiesPanel;