refactor: eslint src --fix

This commit is contained in:
2024-04-15 20:35:37 +08:00
parent c75c7092bd
commit 7ecfbb9c15
38 changed files with 187 additions and 227 deletions

View File

@@ -85,7 +85,7 @@
<script setup lang="ts">
import { getStorage, addStorage, updateStorage } from '@/apis'
import type { StorageReq } from './type'
import { Message, type FormInstance } from "@arco-design/web-vue";
import { Message, type FormInstance } from '@arco-design/web-vue'
import { useForm } from '@/hooks'
import { useDict } from '@/hooks/app'
import { useWindowSize } from '@vueuse/core'