Skip to content

Commit

Permalink
Don't use @latest tag in CDN as it now points to v3
Browse files Browse the repository at this point in the history
Editing docs so that CDN URLs don't point to `@latest` version since that tag now seems to be pointing to v3 of Vue.
  • Loading branch information
gcleaves committed Feb 7, 2022
1 parent c645a33 commit 2ad19f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ JavaScript files.
<script src="https://polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin="anonymous"></script>

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

<!-- Load the following for BootstrapVueIcons support -->
Expand Down

0 comments on commit 2ad19f5

Please sign in to comment.