fix 修复el-tag标签类型不一致问题
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user