xm
2024-06-14 722af26bc6fec32bb289b1df51a9016a4935610f
1
2
3
4
5
6
7
import BpmnPropertiesPanel from "./PropertiesPanel.vue";
 
BpmnPropertiesPanel.install = function(Vue) {
  Vue.component(BpmnPropertiesPanel.name, BpmnPropertiesPanel);
};
 
export default BpmnPropertiesPanel;