mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-28 08:48:37 +00:00
初始化项目,自 v1.7.1 版本开始
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import MyPropertiesPanel from './PropertiesPanel.vue'
|
||||
|
||||
MyPropertiesPanel.install = function (Vue) {
|
||||
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
|
||||
}
|
||||
|
||||
export default MyPropertiesPanel
|
||||
Reference in New Issue
Block a user