Skip to content

Commit

Permalink
Merge pull request #582 from kohaiy/patch-1
Browse files Browse the repository at this point in the history
Update explain.md
  • Loading branch information
huangshuwei committed Jul 4, 2023
2 parents 7cd09de + 06bcc5b commit 1a37e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/docs/zh/ve-table/event-custom/explain.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ eventCustomOption: {
contextmenu: (event) => {},
mouseenter: (event) => {},
mouseleave: (event) => {},
mousemove: (event) => {},
mousemove: (event) => {},
mouseover: (event) => {},
mousedown: (event) => {},
mouseup: (event) => {},
Expand Down

0 comments on commit 1a37e61

Please sign in to comment.