From 5a7ebba43b515dbca220fca23f352af93188052e Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 31 五月 2024 17:20:44 +0800
Subject: [PATCH] chore:添加header
---
components.d.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/components.d.ts b/components.d.ts
index 42396f8..059f80d 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -8,6 +8,7 @@
declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
+ Header: typeof import('./src/components/Header/index.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
--
Gitblit v1.8.0