UNPKG

vue-tour

Version:

Vue Tour is a lightweight, simple and customizable tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.

9 lines (6 loc) 131 B
import {Tour} from './index'; declare module 'vue/types/vue' { interface Vue { $tours: Record<string, Tour>; } }