From 8a96d1b85cff1490089f4dce0fe5b7ffe894d87c Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sat, 10 May 2025 16:06:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B1=BB=E5=9E=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/env.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/env.d.ts b/src/env.d.ts index 03dc67e..5e0759d 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -18,3 +18,4 @@ declare module '*.vue' { const component: DefineComponent export default component } +declare module 'lodash'