File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 70
70
export default {
71
71
components: {layout, mSidebar},
72
72
73
+ head (){
74
+ return {
75
+ title: this .componentName + ' - Bootstrap-Vue' ,
76
+ }
77
+ },
78
+
73
79
props: {
74
80
docs: {
75
81
type: Object , default : () => {
Original file line number Diff line number Diff line change 45
45
</template >
46
46
47
47
<script >
48
- import layout from ' ../../../layouts/components.vue' ;
48
+ import layout , { head } from ' ../../../layouts/components.vue' ;
49
49
50
50
export default {
51
51
components: {layout},
52
52
data (){
53
53
return {
54
- docs: {
54
+ docs: {
55
55
component: ' bAlert' ,
56
56
events: [
57
57
{
Original file line number Diff line number Diff line change 21
21
<br >
22
22
<b-alert :show =" true" >
23
23
<strong >Important</strong >
24
- Bootstrap Vue Does not ships with bootstrap 4 css files! With both methods,
25
- you have to add bootstrap stylesheets to everything working fine!
24
+ Bootstrap Vue Does not ships with bootstrap 4 css files!
25
+ With both methods, you have to add bootstrap stylesheets in order to everything working fine!
26
26
</b-alert >
27
27
28
28
<h3 id =" cdn" >CDN</h3 >
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ const path = require('path');
3
3
module . exports = {
4
4
srcDir : path . resolve ( __dirname , 'docs' ) ,
5
5
dev : process . env . NODE_ENV !== 'production' ,
6
+
7
+ head : {
8
+ title : 'Bootstrap Vue' ,
9
+ } ,
10
+
6
11
plugins : [
7
12
'~plugins/bootstrap-vue.js' ,
8
13
'~plugins/highlightjs.js' ,
You can’t perform that action at this time.
0 commit comments