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 @@ -692,7 +692,7 @@ JavaScript files.
692692<script src =" //unpkg.com/vue@latest/dist/vue.min.js" ></script >
693693<script src =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.min.js" ></script >
694694
695- <!-- Load Vue following for BootstrapVueIcons -->
695+ <!-- Load the following for BootstrapVueIcons suppot -->
696696<script src =" //unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js" ></script >
697697```
698698
@@ -715,7 +715,7 @@ Icons only modules:
715715| Variant | Environments | Package path |
716716| -------------- | ---------------------- | ---------------------------------------------------------------------------- |
717717| ESM bundle | webpack 2+ / rollup.js | ` dist/bootstrap-vue-icons.esm.js ` |
718- | commonjs2 | webpack 1 / ... | ` dist/bootstrap-vue-icons.common.js ` _ or_ ` dist/bootstrap-vue.common.min.js ` |
718+ | commonjs2 | webpack 1 / ... | ` dist/bootstrap-vue-icons.common.js ` _ or_ ` dist/bootstrap-vue.common.min.js ` |fter
719719| UMD | Browser | ` dist/bootstrap-vue-icons.js ` _ or_ ` dist/bootstrap-vue-icons.min.js ` |
720720
721721All of the build variants listed above have been pre-transpiled targeting the
You can’t perform that action at this time.
0 commit comments