From 54b5fa2047324b81b6d2ee7f830693267f946c0a Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 10 一月 2024 17:45:54 +0800 Subject: [PATCH] 1. 编写数据源检查模块 --- src/components.d.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 62001ec..50e6853 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -46,6 +46,8 @@ ElPageHeader: typeof import('element-plus/es')['ElPageHeader'] ElPagination: typeof import('element-plus/es')['ElPagination'] ElPopover: typeof import('element-plus/es')['ElPopover'] + ElRadioButton: typeof import('element-plus/es')['ElRadioButton'] + ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElRow: typeof import('element-plus/es')['ElRow'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] @@ -65,6 +67,7 @@ ElTree: typeof import('element-plus/es')['ElTree'] Footer: typeof import('./components/core/Footer.vue')['default'] FormCol: typeof import('./components/layout/FormCol.vue')['default'] + FYBgTaskCard: typeof import('./components/bg-task/FYBgTaskCard.vue')['default'] FYForm: typeof import('./components/form/FYForm.vue')['default'] FYOptionLocation: typeof import('./components/search-option/FYOptionLocation.vue')['default'] FYOptionOnlineStatus: typeof import('./components/search-option/FYOptionOnlineStatus.vue')['default'] @@ -72,6 +75,7 @@ FYOptionText: typeof import('./components/search-option/base/FYOptionText.vue')['default'] FYOptionTime: typeof import('./components/search-option/FYOptionTime.vue')['default'] FYOptionUserType: typeof import('./components/search-option/FYOptionUserType.vue')['default'] + FYReconfrimButton: typeof import('./components/button/FYReconfrimButton.vue')['default'] FYSearchBar: typeof import('./components/search-option/FYSearchBar.vue')['default'] FYTable: typeof import('./components/table/FYTable.vue')['default'] Header: typeof import('./components/core/Header.vue')['default'] -- Gitblit v1.9.3