@vunk/form 2.9.0 → 2.9.1

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.
@@ -153,7 +153,7 @@ var _sfc_main = vue.defineComponent({
153
153
  ...props2.colSource,
154
154
  ...c.templateLayout
155
155
  }, {
156
- excludes: ["allowEmpty", "span"]
156
+ excludes: ["allowEmpty"]
157
157
  }));
158
158
  if (!lastRow || getRowEmptySpan(lastRow) < itemSpan) {
159
159
  a.push(genRowItem(colItem, props2.rowSource));
@@ -149,7 +149,7 @@ var _sfc_main = defineComponent({
149
149
  ...props2.colSource,
150
150
  ...c.templateLayout
151
151
  }, {
152
- excludes: ["allowEmpty", "span"]
152
+ excludes: ["allowEmpty"]
153
153
  }));
154
154
  if (!lastRow || getRowEmptySpan(lastRow) < itemSpan) {
155
155
  a.push(genRowItem(colItem, props2.rowSource));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {