File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ ---
1
3
name: Alerts demo - BootstrapVue
2
4
description: Please see BootstrapVue docs for more information https://bootstrap-vue.github.io
3
5
authors:
8
10
- https://unpkg.com/vue@latest/dist/vue.min.js
9
11
- https://unpkg.com/tether@latest/dist/js/tether.min.js
10
12
- https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js
13
+ ...
14
+ */
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 "/>
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
6
+ < title > Bootstrap Vue - Examples</ title >
7
+ < link rel ="stylesheet " type ="text/css " href ="https://unpkg.com/bootstrap@next/dist/css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " type ="text/css " href ="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css ">
9
+ < link rel ="stylesheet " type ="text/css " href ="alerts/demo.css ">
10
+ </ head >
11
+ < body >
12
+
13
+ <!-- TODO -->
14
+
15
+ < script type ="text/javascript " src ="https://unpkg.com/vue@latest/dist/vue.min.js "> </ script >
16
+ < script type ="text/javascript " src ="https://unpkg.com/tether@latest/dist/js/tether.min.js "> </ script >
17
+ < script type ="text/javascript " src ="https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js "> </ script >
18
+ </ body >
19
+
20
+
21
+
22
+
You can’t perform that action at this time.
0 commit comments