mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 17:02:43 +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
|