潘志宝
2025-02-25 70e7daff6967431f860efe4d59b95e9f7221c764
1
2
3
4
5
6
7
import MyPropertiesPanel from './PropertiesPanel.vue'
 
MyPropertiesPanel.install = function (Vue) {
  Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
}
 
export default MyPropertiesPanel