Skip to content

Commit

Permalink
docs(VStepperVertical): fix "click:prev" event name (#20923)
Browse files Browse the repository at this point in the history
  • Loading branch information
orzilca authored Feb 3, 2025
1 parent 02a3f48 commit ffca846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"events": {
"click:finish": "Event emitted when clicking the finish button",
"click:next": "Event emitted when clicking the next button",
"click:previous": "Event emitted when clicking the previous button"
"click:prev": "Event emitted when clicking the previous button"
}
}

0 comments on commit ffca846

Please sign in to comment.