Skip to content

Commit 7431457

Browse files
author
蒋吉兆
committed
fix eslint
1 parent 073994b commit 7431457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/view/systemTools/autoCode/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
<div> 自动创建API </div>
6767
</el-tooltip>
6868
</template>
69-
<el-checkbox v-model="form.autoCreateApiToSql" />
69+
<el-checkbox v-model="form.autoCreateApiToSql" />
7070
</el-form-item>
7171
<el-form-item>
72-
<template slot="label">
73-
<el-tooltip content="注:自动迁移生成的文件到ymal配置的对应位置" placement="bottom" effect="light">
72+
<template slot="label">
73+
<el-tooltip content="注:自动迁移生成的文件到ymal配置的对应位置" placement="bottom" effect="light">
7474
<div> 自动移动文件 </div>
7575
</el-tooltip>
7676
</template>
77-
<el-checkbox v-model="form.autoMoveFile" />
77+
<el-checkbox v-model="form.autoMoveFile" />
7878
</el-form-item>
7979
</el-form>
8080
<!-- 组件列表 -->

0 commit comments

Comments
 (0)