闫增涛
2024-05-29 1dee69cf56598b674fafc310be1ea06b8fa1d8a3
src/components/drawflow/index.vue
@@ -61,7 +61,7 @@
    },
    init() {
      this.editor = new Drawflow(
        document.getElementById(this.strId),
        (this.container ? this.container : document).getElementById(this.strId),
        Vue,
        this
      );