docs: 修改了一下格式
This commit is contained in:
parent
e7402da940
commit
a67b47cead
48
src/components.d.ts
vendored
48
src/components.d.ts
vendored
@ -1,24 +1,24 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
/* prettier-ignore */
|
/* prettier-ignore */
|
||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
// Generated by unplugin-vue-components
|
// Generated by unplugin-vue-components
|
||||||
// Read more: https://github.com/vuejs/core/pull/3399
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||||||
export {}
|
export {}
|
||||||
|
|
||||||
declare module "vue" {
|
declare module "vue" {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
CodeView: (typeof import("./components/code-view/index.vue"))["default"];
|
CodeView: (typeof import("./components/code-view/index.vue"))["default"];
|
||||||
DrawBarcode: (typeof import("./components/draw-barcode/index.vue"))["default"];
|
DrawBarcode: (typeof import("./components/draw-barcode/index.vue"))["default"];
|
||||||
ExternalLinkPage: (typeof import("./components/external-link-page/index.vue"))["default"];
|
ExternalLinkPage: (typeof import("./components/external-link-page/index.vue"))["default"];
|
||||||
FillPage: (typeof import("./components/fill-page/index.vue"))["default"];
|
FillPage: (typeof import("./components/fill-page/index.vue"))["default"];
|
||||||
InternalLinkPage: (typeof import("./components/internal-link-page/index.vue"))["default"];
|
InternalLinkPage: (typeof import("./components/internal-link-page/index.vue"))["default"];
|
||||||
LangProvider: (typeof import("./components/lang-provider/index.vue"))["default"];
|
LangProvider: (typeof import("./components/lang-provider/index.vue"))["default"];
|
||||||
MainTransition: (typeof import("./components/main-transition/index.vue"))["default"];
|
MainTransition: (typeof import("./components/main-transition/index.vue"))["default"];
|
||||||
RouterLink: (typeof import("vue-router"))["RouterLink"];
|
RouterLink: (typeof import("vue-router"))["RouterLink"];
|
||||||
RouterView: (typeof import("vue-router"))["RouterView"];
|
RouterView: (typeof import("vue-router"))["RouterView"];
|
||||||
SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"];
|
SelectIcon: (typeof import("./components/select-icon/index.vue"))["default"];
|
||||||
SvgAndIcon: (typeof import("./components/svg-and-icon/index.vue"))["default"];
|
SvgAndIcon: (typeof import("./components/svg-and-icon/index.vue"))["default"];
|
||||||
SvgIcon: (typeof import("./components/svg-icon/index.vue"))["default"];
|
SvgIcon: (typeof import("./components/svg-icon/index.vue"))["default"];
|
||||||
VerifyCode: (typeof import("./components/verify-code/index.vue"))["default"];
|
VerifyCode: (typeof import("./components/verify-code/index.vue"))["default"];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user