GlobalHive / vuejs-tour

VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.
https://globalhive.github.io/vuejs-tour/
MIT License
84 stars 7 forks source link

Move OnBefore to occur before step change #74

Closed michaelpelletier closed 1 month ago

michaelpelletier commented 1 month ago

This fixes the bug I reported here - https://github.com/GlobalHive/vuejs-tour/issues/73

Basically there was an order of operations bug where the step was updating before the onBefore hook was actually firing. Now the onBefore hook happens before anything else.

GlobalHive commented 1 month ago

Very well done, thank you!

merged