From 50cd9f6356fdf511908c33e9a085ae7a54501082 Mon Sep 17 00:00:00 2001 From: 刘嘉威 <daidaibg@163.com> Date: 星期二, 25 十月 2022 15:50:51 +0800 Subject: [PATCH] feat: 增加安装计划,增加右侧结构 --- components.d.ts | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/components.d.ts b/components.d.ts index 2228740..835eb88 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,13 +8,10 @@ declare module '@vue/runtime-core' { export interface GlobalComponents { CountUp: typeof import('./src/components/count-up/count-up.vue')['default'] - DialogContent: typeof import('./src/components/Plugins/DialogContent/index.vue')['default'] - ElButton: typeof import('element-plus/es')['ElButton'] ElDrawer: typeof import('element-plus/es')['ElDrawer'] ElRadio: typeof import('element-plus/es')['ElRadio'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ItemWrap: typeof import('./src/components/item-wrap/item-wrap.vue')['default'] - LoadingContent: typeof import('./src/components/Plugins/LoadingContent/index.vue')['default'] MessageContent: typeof import('./src/components/Plugins/MessageContent/index.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] -- Gitblit v1.8.0