File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -765,7 +765,7 @@ you may need to make to your project:
765
765
### CSS
766
766
767
767
BootstrapVue is to be used with Bootstrap v{{bootstrapVersionMinor}} CSS/SCSS. Please see
768
- <b-link :href =" hrefBootstrapBrowserDevices " target =" _blank " >Browsers and devices</b-link > for more
768
+ <b-link :href =" bootstrapBrowserDevicesHref " target =" _blank " >Browsers and devices</b-link > for more
769
769
information about browsers currently supported by Bootstrap v{{bootstrapVersionMajor}}.
770
770
771
771
### JS
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ export default {
65
65
}
66
66
} ,
67
67
computed : {
68
- hrefBootstrapBrowserDevices ( ) {
69
- const minorVersion = this . bootstrapVersionMinor
70
- return `//getbootstrap.com/docs/${ minorVersion } /getting-started/browsers-devices`
68
+ bootstrapBrowserDevicesHref ( ) {
69
+ const { bootstrapVersionMinor : version } = this
70
+ return `https: //getbootstrap.com/docs/${ version } /getting-started/browsers-devices`
71
71
} ,
72
72
meta ( ) {
73
73
return meta
You can’t perform that action at this time.
0 commit comments