dengzedong
2025-01-20 76680b5a434415a718b23bc42283ee8d62c3eb88
1
2
3
4
5
6
7
import MyPropertiesPanel from './PropertiesPanel.vue'
 
MyPropertiesPanel.install = function (Vue) {
  Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
}
 
export default MyPropertiesPanel