潘志宝
4 天以前 221918bba28d2384d03c596a68256d7832e4a0e0
1
2
3
4
5
6
7
import MyPropertiesPanel from './PropertiesPanel.vue'
 
MyPropertiesPanel.install = function (Vue) {
  Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
}
 
export default MyPropertiesPanel