fatihsolhan / v-onboarding

v-onboarding is a super-slim, fully-typed onboarding component for Vue 3
https://v-onboarding.fatihsolhan.com/
MIT License
164 stars 20 forks source link

Exit emit doesnt working #60

Closed denizzeybek closed 1 year ago

denizzeybek commented 1 year ago

I called exit emit like below. <VOnboardingWrapper ref="wrapper" :steps="steps" :options="options" @exit="onExit"/>

const onExit = () => { console.log('onexit'); };

But emit doesnt call onExit method.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

fatihsolhan commented 1 year ago

Hi @denizzeybek thank you for catching this bug. It is fixed in the new release but please make sure you are using the lowercase @exit not the @EXIT.