From 49f9a0a4d7a88ca1cd2ec1acad59c7b70a7858cf Mon Sep 17 00:00:00 2001 From: ningmengchongshui <916415899@qq.com> Date: Sun, 16 Jun 2024 18:10:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=9F=E5=BC=83=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/module.ts b/src/utils/module.ts index 543942e..9c6287e 100644 --- a/src/utils/module.ts +++ b/src/utils/module.ts @@ -7,7 +7,7 @@ export function createRequire(basePath: string) { return cRequire(basePath) } /** - * 引入资源并返回地址 + * @deprecated 已废弃 * @param path * @returns */