fix(deps): 修复依赖包版本与补丁信息
- 更新 @smallwei/avue 补丁哈希值,修正 patch_hash 版本号 - 升级 wangeditor 相关依赖中 dom7、nanoid、slate 等包版本 - 修正 wangeditor 核心及其子模块依赖关系,统一 dom7 版本为 4.0.6 - 调整多个子模块依赖指向,确保依赖版本一致和兼容性 - 修复 element-plus 表单相关补丁中 labelSuffix 配置的回退逻辑 - 同步 pnpm-lock.yaml 依赖快照,保证依赖树的正确性
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
diff --git a/es/packages/element-plus/form/index2.mjs b/es/packages/element-plus/form/index2.mjs
|
||||
--- a/es/packages/element-plus/form/index2.mjs
|
||||
+++ b/es/packages/element-plus/form/index2.mjs
|
||||
@@ -100,7 +100,7 @@
|
||||
@@ -100,6 +100,6 @@
|
||||
},
|
||||
labelSuffix() {
|
||||
- return this.tableOption.labelSuffix || ":";
|
||||
@@ -12,8 +12,7 @@ diff --git a/es/packages/element-plus/form/index2.mjs b/es/packages/element-plus
|
||||
diff --git a/lib/packages/element-plus/form/index2.js b/lib/packages/element-plus/form/index2.js
|
||||
--- a/lib/packages/element-plus/form/index2.js
|
||||
+++ b/lib/packages/element-plus/form/index2.js
|
||||
@@ -103,7 +103,7 @@ var script = src_core_create.default({
|
||||
);
|
||||
@@ -104,6 +104,6 @@
|
||||
},
|
||||
labelSuffix() {
|
||||
- return this.tableOption.labelSuffix || ":";
|
||||
|
||||
Reference in New Issue
Block a user