unknown
2024-05-29 03a916ac3d1b763e61890dad6befb76545410b87
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
      );