仪表盘
版本库
文件存储
活动
搜索
登录
main
/
iailab-plat-ui-vue3
工业互联网平台前端 vue3版本
概况
操作记录
提交次数
目录
文档
分支
对比
查看
|
历史
|
提交
|
提交对比
Merge branch 'master' of http://dlindusit.com:53929/r/iailab-plat-ui-vue3
潘志宝
9 天以前
ca22cdd5550cfa0defb0f430c538698182cdaec1
[iailab-plat-ui-vue3.git]
/
src
/
components
/
bpmnProcessDesigner
/
package
/
penal
/
index.js
提交
|
用户
|
时间
820397
1
import MyPropertiesPanel from './PropertiesPanel.vue'
H
2
3
MyPropertiesPanel.install = function (Vue) {
4
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
5
}
6
7
export default MyPropertiesPanel