Router example does not work
mikerodham opened this issue · comments
Mike Rodham commented
(Y)
Jason Land commented
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>