We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c645a33 commit 2ad19f5Copy full SHA for 2ad19f5
docs/markdown/intro/README.md
@@ -719,7 +719,7 @@ JavaScript files.
719
<script src="https://polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin="anonymous"></script>
720
721
<!-- Load Vue followed by BootstrapVue -->
722
-<script src="https://unpkg.com/vue@latest/dist/vue.min.js"></script>
+<script src="https://unpkg.com/vue@2/dist/vue.min.js"></script>
723
<script src="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js"></script>
724
725
<!-- Load the following for BootstrapVueIcons support -->
0 commit comments