| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="content" :id="strId" @drop="drop" @dragover="allowDrop"> |
| | | <div class="content" :style="{ borderColor: primaryColor ? primaryColor : '#ccc' }" :id="strId" @drop="drop" @dragover="allowDrop"> |
| | | <div class="btn-export" @click="exportData">导出</div> |
| | | <div class="btn-clear" @click="editor.clearModuleSelected()">清空</div> |
| | | </div> |
| | |
| | | }, |
| | | init() { |
| | | this.editor = new Drawflow( |
| | | document.getElementById(this.strId), |
| | | (this.container ? this.container : document).getElementById(this.strId), |
| | | Vue, |
| | | this |
| | | ); |