bl-common-vue3 3.8.73 → 3.8.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bl-common-vue3",
3
- "version": "3.8.73",
3
+ "version": "3.8.74",
4
4
  "main": "index.js",
5
5
  "module": "index.js",
6
6
  "description": "bailing vue3 common components lib",
@@ -233,7 +233,7 @@ const utils = {
233
233
  */
234
234
  modalConfirm: ({
235
235
  title = t('common.basic.tips'),
236
- content = {},
236
+ content = null,
237
237
  centered = true,
238
238
  onOk,
239
239
  onCancel,