alex-oleshkevich / vue-introjs

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

Router example does not work #28

Closed mikerodham closed 4 years ago

mikerodham commented 6 years ago

(Y)

wishinghand commented 4 years ago

I know this is super old but that's because the page has a script tag that references a dist folder that is no longer there. Replace the the line that looks like this: <script type="text/javascript" src="../dist/index.min.js"></script> With this: <script type="text/javascript" src="https://unpkg.com/vue-introjs@1.3.0/dist/index.min.js"></script>