vue-shepherd
vue-shepherd copied to clipboard
Global Tour instance
Can there be a global instance for the tour? For example to initialize it once in the App.js and then just use it with different steps in different components.
I think with the "regular" js Version there is a global isntance. Can I just put it in the State?
@KBGeo I think it should be global, yeah. I have not actually used it in Vue myself.