File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -712,18 +712,18 @@ JavaScript files.
712712<!-- Add this to <head> -->
713713
714714<!-- Load required Bootstrap and BootstrapVue CSS -->
715- <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
716- <link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
715+ <link type =" text/css" rel =" stylesheet" href =" https: //unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
716+ <link type =" text/css" rel =" stylesheet" href =" https: //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.css" />
717717
718718<!-- Load polyfills to support older browsers -->
719- <script src =" //polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin =" anonymous" ></script >
719+ <script src =" https: //polyfill.io/v3/polyfill.min.js?features=es2015%2CIntersectionObserver" crossorigin =" anonymous" ></script >
720720
721721<!-- Load Vue followed by BootstrapVue -->
722- <script src =" //unpkg.com/vue@latest/dist/vue.min.js" ></script >
723- <script src =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js" ></script >
722+ <script src =" https: //unpkg.com/vue@latest/dist/vue.min.js" ></script >
723+ <script src =" https: //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js" ></script >
724724
725725<!-- Load the following for BootstrapVueIcons support -->
726- <script src =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js" ></script >
726+ <script src =" https: //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js" ></script >
727727```
728728
729729## Build variants
You can’t perform that action at this time.
0 commit comments