From a67b47cead01d4e6b0c9b77540ff946f94c83f03 Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Thu, 9 Jan 2025 20:39:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 48 ++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index f0bca50..e1c21bf 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -1,24 +1,24 @@ -/* eslint-disable */ -/* prettier-ignore */ -// @ts-nocheck -// Generated by unplugin-vue-components -// Read more: https://github.com/vuejs/core/pull/3399 -export {} - -declare module "vue" { - export interface GlobalComponents { - CodeView: (typeof import("./components/code-view/index.vue"))["default"]; - DrawBarcode: (typeof import("./components/draw-barcode/index.vue"))["default"]; - ExternalLinkPage: (typeof import("./components/external-link-page/index.vue"))["default"]; - FillPage: (typeof import("./components/fill-page/index.vue"))["default"]; - InternalLinkPage: (typeof import("./components/internal-link-page/index.vue"))["default"]; - LangProvider: (typeof import("./components/lang-provider/index.vue"))["default"]; - MainTransition: (typeof import("./components/main-transition/index.vue"))["default"]; - RouterLink: (typeof import("vue-router"))["RouterLink"]; - RouterView: (typeof import("vue-router"))["RouterView"]; - SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"]; - SvgAndIcon: (typeof import("./components/svg-and-icon/index.vue"))["default"]; - SvgIcon: (typeof import("./components/svg-icon/index.vue"))["default"]; - VerifyCode: (typeof import("./components/verify-code/index.vue"))["default"]; - } -} +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +declare module "vue" { + export interface GlobalComponents { + CodeView: (typeof import("./components/code-view/index.vue"))["default"]; + DrawBarcode: (typeof import("./components/draw-barcode/index.vue"))["default"]; + ExternalLinkPage: (typeof import("./components/external-link-page/index.vue"))["default"]; + FillPage: (typeof import("./components/fill-page/index.vue"))["default"]; + InternalLinkPage: (typeof import("./components/internal-link-page/index.vue"))["default"]; + LangProvider: (typeof import("./components/lang-provider/index.vue"))["default"]; + MainTransition: (typeof import("./components/main-transition/index.vue"))["default"]; + RouterLink: (typeof import("vue-router"))["RouterLink"]; + RouterView: (typeof import("vue-router"))["RouterView"]; + SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"]; + SvgAndIcon: (typeof import("./components/svg-and-icon/index.vue"))["default"]; + SvgIcon: (typeof import("./components/svg-icon/index.vue"))["default"]; + VerifyCode: (typeof import("./components/verify-code/index.vue"))["default"]; + } +}