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