[Vuejs]-Router Link only updates active class once

0👍

This was resolved by removing the following from my main template file:

<!-- Load Vue followed by BootstrapVue -->
<script src="//unpkg.com/vue@latest/dist/vue.min.js"></script>
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>

Leave a comment