diff --git a/src/api/system/dict.api.ts b/src/api/system/dict.api.ts index 2c2d9f86..b148e0a4 100644 --- a/src/api/system/dict.api.ts +++ b/src/api/system/dict.api.ts @@ -296,7 +296,7 @@ export interface DictItemForm { /** * 标签类型 */ - tagType?: "success" | "warning" | "info" | "primary" | "danger" | undefined; + tagType?: "success" | "warning" | "info" | "primary" | "danger" | ""; } /** diff --git a/src/components/WangEditor/index.vue b/src/components/WangEditor/index.vue index fe8f8931..8b704c11 100644 --- a/src/components/WangEditor/index.vue +++ b/src/components/WangEditor/index.vue @@ -6,16 +6,16 @@ * 项目地址:https://gitee.com/youlaiorg/vue3-element-admin * * 在使用时,请保留此注释,感谢您对开源的支持! - --> +-->