UNPKG

bpmn-process-designer

Version:

A process designer base on Vue 2.x and ElementUI

8 lines (5 loc) 198 B
import MyPropertiesPanel from "./PropertiesPanel.vue"; MyPropertiesPanel.install = function(Vue) { Vue.component(MyPropertiesPanel.name, MyPropertiesPanel); }; export default MyPropertiesPanel;