Closed michaelpelletier closed 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.
onBefore
Very well done, thank you!
merged
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 theonBefore
hook happens before anything else.