--引入i18包

This commit is contained in:
lai
2023-11-08 19:38:30 +08:00
parent 7eccfd6877
commit 72a6c78230
18 changed files with 110 additions and 73 deletions

View File

@@ -12,7 +12,8 @@ import {
uploadFile,
uploadFileChunk,
} from '@/api/tool/file';
import useI18n from '@/hooks/useI18n';
const { t } = useI18n();
let state = reactive<{
/**上传状态 */
loading: boolean;