Skip to content

Commit

Permalink
releases 4.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Nov 9, 2024
1 parent c17bf47 commit e449b69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-pc-ui",
"version": "4.2.48",
"version": "4.2.49",
"description": "A vue based PC component library",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
2 changes: 0 additions & 2 deletions types/components/table.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3325,8 +3325,6 @@ export interface TablePrivateMethods<D = any> {
handleScrollEvent(evnt: Event, isRollY: boolean, isRollX: boolean, scrollTop: number, scrollLeft: number, params: {
type: string
fixed: VxeColumnPropTypes.Fixed
scrollTop: number
scrollLeft: number
}): void
triggerScrollXEvent(evnt: Event): void
triggerScrollYEvent(evnt: Event): void
Expand Down

0 comments on commit e449b69

Please sign in to comment.