Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ this.$tours['myTour'].start()

For a more detailed documentation, checkout the [docs for vue-tour](https://github.com/pulsardev/vue-tour/wiki).

### Alternative CDN usage

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-tour/2.0.0/vue-tour.umd.min.js"></script>
```

## `before()` UI step functions

If you need to do UI setup work before a step, there's a `before` function you may include in any/each of
Expand Down