Skip to content

Commit d07ba09

Browse files
author
Pooya Parsa
committed
document tether for browser builds
1 parent 4db7fc2 commit d07ba09

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ UMD Bundle size about 86kb - <strong>~16kb gzipped</strong>
7171
```html
7272
<!-- Add this to <head> -->
7373
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap@next/dist/css/bootstrap.min.css"/>
74+
<link type="text/css" rel="stylesheet" href="//unpkg.com/tether/dist/css/tether.min.css"/>
7475
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue/dist/bootstrap-vue.css"/>
7576

7677
<!-- Add this after vue.js -->
78+
<script src="//unpkg.com/bootstrap-vue/tether/dist/js/tether.min.js"></script>
7779
<script src="//unpkg.com/bootstrap-vue/dist/bootstrap-vue.js"></script>
7880
```
7981

docs/pages/docs/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@
6262
<code v-code class="html">
6363
&lt;!-- Add this to &lt;head&gt; --&gt;
6464
&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;//unpkg.com/bootstrap@next/dist/css/bootstrap.min.css&quot;/&gt;
65+
&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;//unpkg.com/tether/dist/css/tether.min.css&quot;/&gt;
6566
&lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot; href=&quot;//unpkg.com/bootstrap-vue/dist/bootstrap-vue.css&quot;/&gt;
6667

6768
&lt;!-- Add this after vue.js --&gt;
69+
&lt;script src=&quot;//unpkg.com/tether/dist/js/tether.min.js&quot;&gt;&lt;/script&gt;
6870
&lt;script src=&quot;//unpkg.com/bootstrap-vue/dist/bootstrap-vue.js&quot;&gt;&lt;/script&gt;
6971
</code>
7072

0 commit comments

Comments
 (0)