diff --git a/src/components.d.ts b/src/components.d.ts
index 0b4f673..f0bca50 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -5,19 +5,20 @@
// Read more: https://github.com/vuejs/core/pull/3399
export {}
-declare module 'vue' {
+declare module "vue" {
export interface GlobalComponents {
- CodeView: typeof import('./components/code-view/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']
+ 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"];
}
}
diff --git a/src/components/draw-barcode/index.vue b/src/components/draw-barcode/index.vue
new file mode 100644
index 0000000..714f6e4
--- /dev/null
+++ b/src/components/draw-barcode/index.vue
@@ -0,0 +1,32 @@
+
+
+
+
+
diff --git a/src/layout/layout-defaults/index.vue b/src/layout/layout-defaults/index.vue
index 2be29f2..a18ef05 100644
--- a/src/layout/layout-defaults/index.vue
+++ b/src/layout/layout-defaults/index.vue
@@ -26,7 +26,6 @@ let { isFooter } = storeToRefs(themeStore);
+