We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68412c commit 5d7b818Copy full SHA for 5d7b818
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vxe-pc-ui",
3
- "version": "4.11.10",
+ "version": "4.11.11",
4
"description": "A vue based PC component library",
5
"scripts": {
6
"update": "npm install --legacy-peer-deps",
types/components/grid.d.ts
@@ -474,7 +474,7 @@ export type VxeGridEmits = [
474
export namespace VxeGridDefines {
475
export interface GridEventParams<D = any> extends VxeComponentEventParams {
476
$table: VxeTableConstructor<D>
477
- $grid: VxeGridConstructor<D> | null | undefined
+ $grid: VxeGridConstructor<D>
478
$gantt: VxeGanttConstructor<D> | null | undefined
479
}
480
0 commit comments