refactor: ♻️ eslint 代码规范检测修改

Former-commit-id: 0a1da312a15a849433d40c2727e4fa3a70e8b625
This commit is contained in:
haoxr
2023-05-16 01:05:37 +08:00
parent 61ad332877
commit 63c4a2a86d
18 changed files with 62 additions and 63 deletions

View File

@@ -1,8 +1,8 @@
<template>
<!-- 上传组件 -->
<el-upload
class="single-uploader"
v-model="imgUrl"
class="single-uploader"
:show-file-list="false"
list-type="picture-card"
:before-upload="handleBeforeUpload"