File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -712,14 +712,14 @@ JavaScript files.
712
712
<!-- Add this to <head> -->
713
713
714
714
<!-- Load required Bootstrap and BootstrapVue CSS -->
715
- <link type =" text/css" rel =" stylesheet" href =" https://unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
715
+ <link type =" text/css" rel =" stylesheet" href =" https://unpkg.com/bootstrap@{{ bootstrapVersion }} /dist/css/bootstrap.min.css" />
716
716
<link type =" text/css" rel =" stylesheet" href =" https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
717
717
718
718
<!-- Load polyfills to support older browsers -->
719
719
<script src =" https://polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin =" anonymous" ></script >
720
720
721
721
<!-- Load Vue followed by BootstrapVue -->
722
- <script src =" https://unpkg.com/vue@latest /dist/vue.min.js" ></script >
722
+ <script src =" https://unpkg.com/vue@{{ vueVersion }} /dist/vue.min.js" ></script >
723
723
<script src =" https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js" ></script >
724
724
725
725
<!-- Load the following for BootstrapVueIcons support -->
You can’t perform that action at this time.
0 commit comments