Skip to content

Commit

Permalink
Merge pull request #6 from bahadirsofuoglu/dev
Browse files Browse the repository at this point in the history
change emit added to navigateToTab
  • Loading branch information
bahadirsofuoglu authored Jun 14, 2022
2 parents 78e5750 + c959a60 commit 68d7a78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/components/Wizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ const navigateToTab = (index: number) => {
currentTabIndex = index
setActiveIndex()
props.beforeChange()
emit('change', currentTabIndex)
}
const getIconClass = (iconName: string) => `bi bi-${iconName}`
Expand Down

0 comments on commit 68d7a78

Please sign in to comment.