eoss-ui 0.5.53 → 0.5.54

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": "eoss-ui",
3
- "version": "0.5.53",
3
+ "version": "0.5.54",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -241,7 +241,7 @@ export default {
241
241
  } else {
242
242
  that.form.value = val;
243
243
  }
244
- this.$emit('change', that.value);
244
+ this.$emit('change', that.form.value);
245
245
  });
246
246
  },
247
247
  /**
package/src/index.js CHANGED
@@ -119,7 +119,7 @@ if (typeof window !== 'undefined' && window.Vue) {
119
119
  }
120
120
 
121
121
  export default {
122
- version: '0.5.53',
122
+ version: '0.5.54',
123
123
  install,
124
124
  Button,
125
125
  ButtonGroup,