@ddwl/ddwl-ui 1.0.25 → 1.0.26

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": "@ddwl/ddwl-ui",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "private": false,
5
5
  "main": "src/main.js",
6
6
  "style": "lib/theme/index.css",
@@ -191,8 +191,8 @@ export default {
191
191
  } else {
192
192
  data = data.find(i => value === i.value) || {}
193
193
  }
194
+ this.config.onChange(value, data)
194
195
  }
195
- this.config.onChange(value, data)
196
196
  }
197
197
  }
198
198
  }