index2.ts 223 B

12345678
  1. import MyProcessViewer from './ProcessViewer.vue'
  2. MyProcessViewer.install = function (Vue) {
  3. Vue.component(MyProcessViewer.name, MyProcessViewer)
  4. }
  5. // 流程图的查看器,不可编辑
  6. export default MyProcessViewer