chore: fix missing dependencies

This commit is contained in:
xingyu4j
2025-09-03 17:10:12 +08:00
parent 046c8820ac
commit f0f094a28d
10 changed files with 9 additions and 47 deletions

View File

@@ -54,8 +54,5 @@
"vue-dompurify-html": "catalog:",
"vue-router": "catalog:",
"vue3-signature": "catalog:"
},
"devDependencies": {
"@types/crypto-js": "catalog:"
}
}

View File

@@ -7,7 +7,6 @@ import { computed, unref } from 'vue';
import { useAppConfig } from '@vben/hooks';
import { $t } from '@vben/locales';
// import CryptoJS from 'crypto-js';
import { createFile, getFilePresignedUrl, uploadFile } from '#/api/infra/file';
import { baseRequestClient } from '#/api/request';