From 54316bdfd4a608aa81582a4261ac1b993831649c Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Tue, 22 Oct 2024 11:53:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(vite-plugin-autogeneration?= =?UTF-8?q?-import-file-test-app-1):=20=E5=AE=8C=E6=88=90=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=EF=BC=8C=E5=8F=91=E7=8E=B0=E7=BB=84=E4=BB=B6=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=AE=8C=E6=88=90=E8=87=AA=E5=8A=A8=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite-plugin-autogeneration-import-file/app/vite.config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vite-plugin-autogeneration-import-file/app/vite.config.ts b/vite-plugin-autogeneration-import-file/app/vite.config.ts index c2d17c7..aef14e0 100644 --- a/vite-plugin-autogeneration-import-file/app/vite.config.ts +++ b/vite-plugin-autogeneration-import-file/app/vite.config.ts @@ -96,9 +96,7 @@ declare module '@vue/runtime-core' { Components({ dirs: [], dts: false, - resolvers: [ - // resolver([0, 2], [3]) - ], + resolvers: [resolver([0, 2], [3])], }), ], });