@vunk/form 1.1.44 → 1.1.45

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.
@@ -405,7 +405,7 @@ const _sfc_main$1 = defineComponent({
405
405
  default: void 0
406
406
  },
407
407
  viewComponent: {
408
- type: Object,
408
+ type: [Object, Function],
409
409
  default: () => DefaultView
410
410
  }
411
411
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {