How can I implement the navigation part with several pages (components, pages, among others) with vue? An example would be this Image example 1 and Image example 2 In the images shown I would like to implement it but with Vue and with (different pages or components) in its current version.
I was researching and the only documentation I found was this one here multi-page
But that's an old version in the current version of the Intro.js library it doesn't mark in its documentation, or maybe it changed in its way of implementing it.
I attach my mixin
this.$intro().refresh().setOptions({nextLabel: 'Siguiente', prevLabel: 'Anterior', doneLabel: 'Salir', skipLabel: 'Saltar', showProgress: true }).start().onexit(() => { console.log('complete')this.showIntro = false})