gaoluyang
2026-08-14 2f25ba8eb659ae336d58203128efb13c5b35c988
1
2
3
4
5
6
7
import MyPropertiesPanel from './PropertiesPanel.vue';
 
MyPropertiesPanel.install = function (Vue) {
  Vue.component(MyPropertiesPanel.name, MyPropertiesPanel);
};
 
export default MyPropertiesPanel;