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

Tour no longer works #49

Closed popdo closed 5 months ago

popdo commented 5 months ago

I have been using @globalhive/vuejs-tour for a long time, but after upgrading Vite and Vue today, Tour no longer works. It does not display on the page, and the resetTours() method also no longer works.

"vite": "^5.2.4",
"vue": "^3.4.21"
GlobalHive commented 5 months ago

Hello, thanks for the issue report, I'm going to check on that this evening.

Sincerely, Sascha

GlobalHive commented 5 months ago

Hello @popdo i just updated every package to the newest version. Now everything should be working again. I'm going to push an update today, please update your stuff accordingly.

Sincerely, Sascha

popdo commented 5 months ago

Hello @popdo i just updated every package to the newest version. Now everything should be working again. I'm going to push an update today, please update your stuff accordingly.

Sincerely, Sascha

Thanks a million!