From bd6dc1e0325f35927cd056b57e1976e828266485 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Mon, 13 Oct 2025 15:17:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5components.d.ts?= =?UTF-8?q?=E5=92=8Cautoimpors.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 8 -------- components.d.ts | 22 ---------------------- 2 files changed, 30 deletions(-) delete mode 100644 auto-imports.d.ts delete mode 100644 components.d.ts diff --git a/auto-imports.d.ts b/auto-imports.d.ts deleted file mode 100644 index 918aad8..0000000 --- a/auto-imports.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-auto-import -export {} -declare global { - -} diff --git a/components.d.ts b/components.d.ts deleted file mode 100644 index b66a045..0000000 --- a/components.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-vue-components -// Read more: https://github.com/vuejs/core/pull/3399 -import '@vue/runtime-core' - -export {} - -declare module '@vue/runtime-core' { - export interface GlobalComponents { - HeaderTitle: typeof import('./src/components/HeaderTitle.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - SelectItem: typeof import('./src/components/selectStyle/selectItem.vue')['default'] - SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default'] - VanDialog: typeof import('vant/es')['Dialog'] - VanIcon: typeof import('vant/es')['Icon'] - VanSwipe: typeof import('vant/es')['Swipe'] - VanSwipeItem: typeof import('vant/es')['SwipeItem'] - } -}