shipshapecode / vue-shepherd

A Vue wrapper for the site tour library Shepherd
MIT License
305 stars 25 forks source link

Cannot set properties of undefined (setting '$shepherd') #392

Open billpebert opened 6 months ago

billpebert commented 6 months ago

hi @malthauser i got this when try to run the shepherd tour in my vue app image

Here is my configuration image image image

b06902062 commented 2 months ago

Because Vue.prototype has been replaced in Vue 3 (see here). I think you need to update the version of the plugin. (I guess you install v0.2.1, because I did the same thing 😅 )