GlobalHive / vuejs-tour

VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.
https://globalhive.github.io/vuejs-tour/
MIT License
79 stars 6 forks source link

Customization & Localizaation #46

Closed franck102 closed 5 months ago

franck102 commented 6 months ago

Is there any way to customize and/or localize the plug-in? I would need to replace the "Skip" and "Finish" labels in the tooltip.

ordago commented 6 months ago

You have too use these props:

https://github.com/GlobalHive/vuejs-tour/blob/022a6611bf2becafefc506ed5f82b58238bf42db/src/components/VTour.vue#L62-L72

GlobalHive commented 5 months ago

Exactly as @ordago answered.

closed