@lambo-design/upload-file 1.0.0-beta.23 → 1.0.0-beta.24

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/package.json +3 -3
  2. package/src/index.vue +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/upload-file",
3
- "version": "1.0.0-beta.23",
3
+ "version": "1.0.0-beta.24",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
@@ -12,8 +12,8 @@
12
12
  "devDependencies": {
13
13
  "axios": "^0.24.0",
14
14
  "axios-cache-plugin": "^0.1.0",
15
- "@lambo-design/core": "^4.7.1-beta.144",
16
- "@lambo-design/shared": "^1.0.0-beta.214"
15
+ "@lambo-design/shared": "^1.0.0-beta.220",
16
+ "@lambo-design/core": "^4.7.1-beta.145"
17
17
  },
18
18
  "scripts": {
19
19
  "release-upload-file": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
package/src/index.vue CHANGED
@@ -326,6 +326,9 @@ export default {
326
326
  },
327
327
  deep: true
328
328
  }
329
+ },
330
+ mounted() {
331
+ this.initFileList(this.fileIdList)
329
332
  }
330
333
  }
331
334
  </script>