From 04ea9e388503ba1200d115bc4cb589452ed954fe Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Tue, 22 Oct 2024 15:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(vite-plugin-autogeneration-i?= =?UTF-8?q?mport-file,vite-plugin-autogeneration-import-file-test-app-1):?= =?UTF-8?q?=20=E5=AE=8C=E6=88=90bug=E4=BF=AE=E5=A4=8D=EF=BC=8C=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E4=BA=86=E7=BB=84=E4=BB=B6=E7=9A=84=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/src/App.vue | 10 +- .../app/src/myComponents/test.vue | 4 +- .../app/src/myComponents/test/dir/index.vue | 4 +- .../app/template/components.template.d.ts | 37 +++++ .../app/vite.config.ts | 92 +++++++----- .../core/src/index.ts | 134 ++++++++++++------ 6 files changed, 196 insertions(+), 85 deletions(-) create mode 100644 vite-plugin-autogeneration-import-file/app/template/components.template.d.ts diff --git a/vite-plugin-autogeneration-import-file/app/src/App.vue b/vite-plugin-autogeneration-import-file/app/src/App.vue index f1f3b4b..1112da2 100644 --- a/vite-plugin-autogeneration-import-file/app/src/App.vue +++ b/vite-plugin-autogeneration-import-file/app/src/App.vue @@ -1,7 +1,7 @@