@ailaw/venus 1.76.0 → 1.77.0

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/venus.es.js +1 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -499,7 +499,7 @@ var __vue2_script$f = defineComponent({
499
499
  },
500
500
  priorities: {
501
501
  type: Array,
502
- default: []
502
+ default: () => []
503
503
  }
504
504
  },
505
505
  setup(props, { emit }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.76.0",
3
+ "version": "1.77.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],