zhangwencui
8 天以前 4eaf74efba7ead917bf53155a9b9fa59c4743cf8
src/components/upload/file-upload.vue
@@ -8,9 +8,9 @@
import { computed, ref, toRefs, watch } from 'vue';
import { IconifyIcon } from '../../packages/icons/src';
import { $t } from '../../packages/locales/src';
import { checkFileType, isFunction, isObject, isString } from '../../packages/utils/src';
import { IconifyIcon } from '@vben/icons';
import { $t } from '@vben/locales';
import { checkFileType, isFunction, isObject, isString } from '@vben/utils';
import { Button, message, Upload } from 'ant-design-vue';