Skip to content

Commit

Permalink
fix: 🐛change 事件名称
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjone committed May 10, 2023
1 parent aef0a80 commit 9238946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default () => {
}

function EmitClickRow(row: any) {
rootEmit.value?.('click-row', toRaw(row));
rootEmit.value?.('row-click', toRaw(row));
}

return {
Expand Down

0 comments on commit 9238946

Please sign in to comment.