@bsgoal/common 2.5.3 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -6144,7 +6144,7 @@ const _v = { class: "bsgoal-base-button" }, dv = {
6144
6144
  },
6145
6145
  content: {
6146
6146
  type: [String],
6147
- default: "新增"
6147
+ default: ""
6148
6148
  },
6149
6149
  mode: {
6150
6150
  type: [String],
@@ -6200,6 +6200,8 @@ const _v = { class: "bsgoal-base-button" }, dv = {
6200
6200
  return "确认";
6201
6201
  case "add":
6202
6202
  return "新增";
6203
+ case "delete":
6204
+ return "删除";
6203
6205
  }
6204
6206
  return O;
6205
6207
  });