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.
2 parents f60127b + 8c18663 commit 981a07aCopy full SHA for 981a07a
docs/SETUP.md
@@ -43,6 +43,7 @@ import {bAlert, bBtn} from 'bootstrap-vue/lib/components'
43
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css"/>
44
45
<!-- Add this after vue.js -->
46
+<script src="//unpkg.com/babel-polyfill@latest/dist/polyfill.min.js"></script>
47
<script src="//unpkg.com/tether@latest/dist/js/tether.min.js"></script>
48
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script>
49
```
0 commit comments