From 799effa8be2462cde6986cf7e13d9d99b29e8ae6 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 03 六月 2024 11:19:47 +0800 Subject: [PATCH] chore:封装layout --- components.d.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/components.d.ts b/components.d.ts index 059f80d..c0ddc14 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'] + ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] Header: typeof import('./src/components/Header/index.vue')['default'] HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] -- Gitblit v1.8.0