tianheng-ui 0.0.86 → 0.0.87

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.0.86",
4
+ "version": "0.0.87",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -461,7 +461,7 @@ export default {
461
461
  return {
462
462
  widgetFormData: {
463
463
  list: [],
464
- config: baseConfig
464
+ config: JSON.parse(JSON.stringify(baseConfig))
465
465
  },
466
466
  widgetFormSelect: {},
467
467
  widgetValue: {},