fix: 🐛 修复打包typescript警告问题
This commit is contained in:
@@ -158,5 +158,5 @@ export interface DictDataForm {
|
||||
/**
|
||||
* 标签类型
|
||||
*/
|
||||
tagType: "success" | "warning" | "info" | "primary" | "danger" | undefined;
|
||||
tagType?: "success" | "warning" | "info" | "primary" | "danger" | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user