mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-10 01:12:44 +08:00
8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
![]() |
import MyPropertiesPanel from './PropertiesPanel.vue'
|
||
|
|
||
|
MyPropertiesPanel.install = function (Vue) {
|
||
|
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
|
||
|
}
|
||
|
|
||
|
export default MyPropertiesPanel
|