闫增涛
2024-05-30 b419eeb1a6a6afac7c83580c18c80219c47997e1
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
      );