chore: 优化 ESLint 配置并更正问题代码(eslint src --fix)

This commit is contained in:
2024-05-08 22:47:37 +08:00
parent 8f63576512
commit 5d9fedc354
22 changed files with 37 additions and 27 deletions

View File

@@ -16,6 +16,7 @@
</GiForm>
</a-modal>
</template>
<script setup lang="ts">
// import { getSmsCaptcha, getEmailCaptcha, updateUserEmail, updateUserPhone } from '@/apis'
import { Message } from '@arco-design/web-vue'

View File

@@ -59,7 +59,7 @@
<a-modal v-model:visible="visible" title="上传头像" :width="400" :footer="false" @close="reset">
<a-row>
<a-col :span="14" style="width: 200px; height: 200px">
<vue-cropper
<VueCropper
ref="cropperRef"
:img="options.img"
:info="true"