File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,11 @@ UMD Bundle size about 86kb - <strong>~16kb gzipped</strong>
71
71
``` html
72
72
<!-- Add this to <head> -->
73
73
<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" />
74
75
<link type =" text/css" rel =" stylesheet" href =" //unpkg.com/bootstrap-vue/dist/bootstrap-vue.css" />
75
76
76
77
<!-- Add this after vue.js -->
78
+ <script src =" //unpkg.com/bootstrap-vue/tether/dist/js/tether.min.js" ></script >
77
79
<script src =" //unpkg.com/bootstrap-vue/dist/bootstrap-vue.js" ></script >
78
80
```
79
81
Original file line number Diff line number Diff line change 62
62
<code v-code class =" html" >
63
63
< ; !-- Add this to < ; head> ; --> ;
64
64
< ; link type=" ; text/css" ; rel=" ; stylesheet" ; href=" ; //unpkg.com/bootstrap@next/dist/css/bootstrap.min.css" ; /> ;
65
+ < ; link type=" ; text/css" ; rel=" ; stylesheet" ; href=" ; //unpkg.com/tether/dist/css/tether.min.css" ; /> ;
65
66
< ; link type=" ; text/css" ; rel=" ; stylesheet" ; href=" ; //unpkg.com/bootstrap-vue/dist/bootstrap-vue.css" ; /> ;
66
67
67
68
< ; !-- Add this after vue.js --> ;
69
+ < ; script src=" ; //unpkg.com/tether/dist/js/tether.min.js" ;> ;< ; /script> ;
68
70
< ; script src=" ; //unpkg.com/bootstrap-vue/dist/bootstrap-vue.js" ;> ;< ; /script> ;
69
71
</code >
70
72
You can’t perform that action at this time.
0 commit comments