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
79 stars 6 forks source link

Request: add after() step #10

Closed GlobalHive closed 1 year ago

GlobalHive commented 1 year ago

Original issue: regexj - vue-tour#219

Before step is described here: https://globalhive.github.io/vuejs-tour/guide/options.html#onnext

Please add the same functionality but for an after() step function. A callback for that specific step.

There are some cases where I would like to make XHR requests or modify the page contents after a step has loaded, not before.