We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f4a8d commit b4bbb07Copy full SHA for b4bbb07
packages/vue/src/grid/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@opentiny/vue-grid",
3
"type": "module",
4
- "version": "3.27.0",
+ "version": "3.27.1",
5
"description": "",
6
"license": "MIT",
7
"sideEffects": false,
packages/vue/src/grid/src/composable/useHeader.ts
@@ -21,7 +21,7 @@ export const calcHeader = (collectColumn) => {
21
22
traverseTree(item.children, level + 1, item)
23
})
24
- } else {
+ } else if (parent) {
25
leafColumns.push(parent)
26
}
27
0 commit comments