Flex
2025-04-15 1f38a62a2e98390b1c5f629bd96097f8e77396fa
1
2
3
4
5
6
7
import MyPropertiesPanel from './PropertiesPanel.vue'
 
MyPropertiesPanel.install = function (Vue) {
  Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
}
 
export default MyPropertiesPanel