@airpower/web 0.3.14 → 0.3.15

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.
Files changed (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -15236,14 +15236,14 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
15236
15236
  */
15237
15237
  uploadName: {
15238
15238
  type: String,
15239
- default: WebConfig.uploadFileName
15239
+ default: () => WebConfig.uploadFileName
15240
15240
  },
15241
15241
  /**
15242
15242
  * # 上传成功的文案提示
15243
15243
  */
15244
15244
  uploadSuccess: {
15245
15245
  type: String,
15246
- default: WebI18n.get().UploadSuccess
15246
+ default: () => WebI18n.get().UploadSuccess
15247
15247
  },
15248
15248
  /**
15249
15249
  * # 手动指定的上传路径
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.3.14",
4
+ "version": "0.3.15",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",