Skip to content

Commit

Permalink
fix: destructuration doesn't work, the parameter(s) has to be passed …
Browse files Browse the repository at this point in the history
…directly
  • Loading branch information
Outpox committed Aug 17, 2018
1 parent f505e00 commit bccf4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VTour.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
}
},
methods: {
start ({ startStep }) {
start (startStep) {
// Wait for the DOM to be loaded, then start the tour
setTimeout(() => {
this.customCallbacks.onStart()
Expand Down

0 comments on commit bccf4ee

Please sign in to comment.