shipshapecode / vue-shepherd

A Vue wrapper for the site tour library Shepherd
MIT License
307 stars 25 forks source link

Accessing VueJS props, data, or methods from beforeShowPromise #446

Open mediavariance opened 2 months ago

mediavariance commented 2 months ago

Is it possible to access VueJS's props, data, or methods from within the step's beforeShowPromise method? I'm trying to wait for an Apollo query to finish before advancing to the next step.