UNPKG

ingenious-flow-designer

Version:

[演示地址](http://antd-vben5-pro.madong.tech/)

13 lines (9 loc) 422 B
import type { App, Plugin } from 'vue' import FlowDesigner from './flow-designer/' // Pro 版本 const FlowDesignerProComponent: any = FlowDesigner FlowDesignerProComponent.install = function (app: App, options: any) { app.component('FlowDesignerPro', FlowDesignerProComponent) } export const FlowDesigner = FlowDesignerProComponent as typeof FlowDesignerProComponent & Plugin export default FlowDesigner