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

Exception when tour finishes or skip button pressed #18

Closed abulka closed 1 year ago

abulka commented 1 year ago

I am using vite and vue 3 and the demo tour works OK but raises an exception when I hit finish or hit skip at any point in the tour.

TypeError: Cannot read properties of null (reading 'classList')

image

I've tried both the autoStart and manual start technique, but it makes no difference.

See https://stackblitz.com/edit/vitejs-vite-h9ayf3?file=src/App.vue

GlobalHive commented 1 year ago

Hello, thanks for this issue You're right, i didn't check if you're using the highlight or not. Fixed in version v1.3.3 #19 (NPM Updated)