alex-oleshkevich / vue-introjs

intro.js bindings for Vue.
MIT License
301 stars 53 forks source link

Why this.$intro().setOptions() doesn't work? #31

Closed gap1994 closed 6 years ago

gap1994 commented 6 years ago

I have no idea why 'this.$intro().start()' can work, but 'setOptions()' can't

"dependencies": {
"vue-introjs": "^1.3.2",
"intro.js": "^2.9.3"
}
gap1994 commented 6 years ago

it's my bad. this.$intro().setOptions({}).start()