YM
2024-05-29 013e8c13df0f97cf0444d2277069e39a5c8e1faa
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
      );