doway-coms 2.2.14 → 2.2.15

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": "doway-coms",
3
- "version": "2.2.14",
3
+ "version": "2.2.15",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -205,7 +205,13 @@ export default {
205
205
  default: function() {
206
206
  return null;
207
207
  }
208
- }
208
+ },
209
+ checkboxConfig: {
210
+ type: Object,
211
+ default: function() {
212
+ return null;
213
+ }
214
+ },
209
215
  },
210
216
  computed: {
211
217
  computedHeight: function() {