mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-12 05:53:49 +00:00
增加流程图的预览界面
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import MyProcessDesigner from "./designer";
|
||||
import MyProcessPenal from "./penal";
|
||||
import MyProcessViewer from './designer/index2';
|
||||
|
||||
const components = [MyProcessDesigner, MyProcessPenal];
|
||||
const components = [MyProcessDesigner, MyProcessPenal, MyProcessViewer];
|
||||
|
||||
const install = function(Vue) {
|
||||
components.forEach(component => {
|
||||
|
||||
Reference in New Issue
Block a user