Skip to content
#

JavaScript

javascript logo

JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.

Here are 4,596 public repositories matching this topic...

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