index.js 195 B

1234567
  1. import MyPropertiesPanel from './PropertiesPanel.vue'
  2. MyPropertiesPanel.install = function (Vue) {
  3. Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
  4. }
  5. export default MyPropertiesPanel