Skip to content

Commit 5d7b818

Browse files
committed
releases 4.11.11
1 parent c68412c commit 5d7b818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vxe-pc-ui",
3-
"version": "4.11.10",
3+
"version": "4.11.11",
44
"description": "A vue based PC component library",
55
"scripts": {
66
"update": "npm install --legacy-peer-deps",

types/components/grid.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export type VxeGridEmits = [
474474
export namespace VxeGridDefines {
475475
export interface GridEventParams<D = any> extends VxeComponentEventParams {
476476
$table: VxeTableConstructor<D>
477-
$grid: VxeGridConstructor<D> | null | undefined
477+
$grid: VxeGridConstructor<D>
478478
$gantt: VxeGanttConstructor<D> | null | undefined
479479
}
480480

0 commit comments

Comments
 (0)