feat: add vue/html-self-closing eslint

This commit is contained in:
xiaoxian521
2022-03-21 15:40:29 +08:00
parent 7beb3e63fe
commit 997711b264
39 changed files with 121 additions and 144 deletions

View File

@@ -81,11 +81,11 @@ onMounted(() => {
:lf="lf"
:catTurboData="false"
@catData="catData"
></Control>
/>
<!-- 节点面板 -->
<NodePanel :lf="lf" :nodeList="nodeList"></NodePanel>
<NodePanel :lf="lf" :nodeList="nodeList" />
<!-- 画布 -->
<div id="LF-Turbo"></div>
<div id="LF-Turbo" />
<!-- 数据查看面板 -->
<el-dialog
customClass="flow-dialog"
@@ -94,7 +94,7 @@ onMounted(() => {
width="50%"
>
<el-scrollbar>
<DataDialog :graphData="graphData"></DataDialog>
<DataDialog :graphData="graphData" />
</el-scrollbar>
</el-dialog>
</div>