闫增涛
2024-05-31 590a91b4f02e0022ab43957d4a8b210d9927b9f8
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
      );