You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying a very simple test of vue-shepherd and I'm getting the following error after clicking on the first "Next" button associated with first Step ('Welcome to the JMRL Staff-Portal Tour.'). Part of the issue is when this is still available as the main Vue prototype, but I don't think that's it (and the same problem occurs if I use this.$el or that.$el in the first Step.
Console code and code for App.vue follows (I've scrubbed some mapActions from the <script> section because they aren't pertinent.
Uncaught TypeError: Cannot read property 'add' of undefined at Step._show (shepherd.esm.js:5063) at Step.show (shepherd.esm.js:4891) at Tour.show (shepherd.esm.js:5724) at Tour.next (shepherd.esm.js:5671) at HTMLButtonElement.<anonymous> (shepherd.esm.js:2670)_show @ shepherd.esm.js:5063show @ shepherd.esm.js:4891show @ shepherd.esm.js:5724next @ shepherd.esm.js:5671(anonymous) @ shepherd.esm.js:2670
Hello, I'm trying a very simple test of vue-shepherd and I'm getting the following error after clicking on the first "Next" button associated with first Step ('Welcome to the JMRL Staff-Portal Tour.'). Part of the issue is when
this
is still available as the main Vue prototype, but I don't think that's it (and the same problem occurs if I usethis.$el
orthat.$el
in the first Step.Console code and code for App.vue follows (I've scrubbed some mapActions from the
<script>
section because they aren't pertinent.The text was updated successfully, but these errors were encountered: