Skip to content

Commit

Permalink
fix: Using vue router 3
Browse files Browse the repository at this point in the history
  • Loading branch information
federiva committed Feb 16, 2022
1 parent db31803 commit a7a6c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<script src="https://unpkg.com/[email protected]/dist/vuex.js"></script>

<!-- vue router -->
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
<script src="https://unpkg.com/vue-router@3"></script>

<!-- vuetify -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.min.css" rel="stylesheet">
Expand Down

0 comments on commit a7a6c77

Please sign in to comment.