仪表盘
版本库
文件存储
活动
搜索
登录
main
/
iailab-plat-ui-vue3
工业互联网平台前端 vue3版本
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1、线上环境后台接口请求路径移除端口 2、离线环境icon图标不显示的bug解决 3、移除pay icon
houzhongjian
2024-12-04
6baa332e47011c2c3e73d877d962f461ec5c4f36
[iailab-plat-ui-vue3.git]
/
src
/
components
/
bpmnProcessDesigner
/
package
/
penal
/
index.js
1
2
3
4
5
6
7
import MyPropertiesPanel from './PropertiesPanel.vue'
MyPropertiesPanel.install = function (Vue) {
Vue.component(MyPropertiesPanel.name, MyPropertiesPanel)
}
export default MyPropertiesPanel