mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-11 18:02:44 +08:00
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
![]() |
import MyPropertiesPanel from "./PropertiesPanel.vue";
|
||
|
|
||
|
MyPropertiesPanel.install = function(Vue) {
|
||
|
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel);
|
||
|
};
|
||
|
|
||
|
export default MyPropertiesPanel;
|