From 6b988bd582bfcd17fee48c476a5a6e5cc172b0d5 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 12 三月 2025 10:08:33 +0800 Subject: [PATCH] dev-2 --- src/types/element.d.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/types/element.d.ts b/src/types/element.d.ts index 9c544e4..ae6ecfc 100644 --- a/src/types/element.d.ts +++ b/src/types/element.d.ts @@ -1,6 +1,6 @@ import type * as ep from 'element-plus'; declare global { - declare type ElTagType = 'success' | 'info' | 'warning' | 'danger' | ''; + declare type ElTagType = 'primary' | 'success' | 'info' | 'warning' | 'danger'; declare type ElFormInstance = ep.FormInstance; declare type ElTableInstance = ep.TableInstance; declare type ElUploadInstance = ep.UploadInstance; -- Gitblit v1.9.3