Skip to content

Commit

Permalink
fix: rely on Vue 2.6.14 instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
linsolas authored Feb 7, 2022
1 parent 5a0d990 commit 45f68e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baggers.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>

<script src="https://unpkg.com/vue/dist/vue.min.js"></script>
<script src="https://unpkg.com/vue@2.6.14/dist/vue.min.js"></script>

<script type="text/javascript">
/*
Expand Down

0 comments on commit 45f68e3

Please sign in to comment.