Skip to content
#

tour

Here are 201 public repositories matching this topic...

npedrini
npedrini commented Jan 15, 2021

If you specify a classPrefix in the tour options, any highlighted elements in steps where canClickTarget = true are still clickable because the following css selector breaks:

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{
    pointer-events:none
}

The following custom css rule has to be adde

Sh1ftOo
Sh1ftOo commented Aug 13, 2021

I use <v-tour name="myTour" :steps="steps" :options="tourOptions"></v-tour> construction in the vue-tour.
I want to add progress bar or stepper to the vue-tour template, but I don't know how to do it.

console.log(this.$tours["myTour"]) show me currentStep and numberOfSteps. But I can't to add any element in vue-tour template. How can I do this?

enhancement good first issue

Improve this page

Add a description, image, and links to the tour topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tour topic, visit your repo's landing page and select "manage topics."

Learn more