From 356f54467f525f437f41271fb62f6be66f2ab1e5 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 18 十二月 2023 17:36:11 +0800 Subject: [PATCH] 1. 调整飞羽环境用户信息的编辑 --- src/components.d.ts | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 385c905..0f89be9 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -41,6 +41,7 @@ ElOption: typeof import('element-plus/es')['ElOption'] ElPageHeader: typeof import('element-plus/es')['ElPageHeader'] ElPagination: typeof import('element-plus/es')['ElPagination'] + ElPopover: typeof import('element-plus/es')['ElPopover'] ElRow: typeof import('element-plus/es')['ElRow'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] @@ -54,14 +55,23 @@ ElTabPane: typeof import('element-plus/es')['ElTabPane'] ElTabs: typeof import('element-plus/es')['ElTabs'] ElTag: typeof import('element-plus/es')['ElTag'] + ElText: typeof import('element-plus/es')['ElText'] ElTooltip: typeof import('element-plus/es')['ElTooltip'] ElTransfer: typeof import('element-plus/es')['ElTransfer'] ElTree: typeof import('element-plus/es')['ElTree'] Footer: typeof import('./components/core/Footer.vue')['default'] FormCol: typeof import('./components/layout/FormCol.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'] + FYOptionScene: typeof import('./components/search-option/FYOptionScene.vue')['default'] + 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'] + 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'] MenuItems: typeof import('./components/core/MenuItems.vue')['default'] - ProblemCard: typeof import('./components/ProblemCard.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SearchBar: typeof import('./components/SearchBar.vue')['default'] -- Gitblit v1.9.3