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 1111 [ Toasts] ( /docs/components/toast ) , ` v{{ portalVueVersion }} ` is recommended
1212- [ jQuery] ( https://jquery.com/ ) is ** not** required
1313
14+ Check out what is new in [ BootstrapVue release v{{ version }}] ( /docs/misc/changelog ) .
15+
1416## Prerequisites
1517
1618Before getting started with BootstrapVue, you should have general familiarity with Vue functionality
Original file line number Diff line number Diff line change 66 defaultConfig ,
77 nuxtVersion ,
88 portalVueVersion ,
9+ version ,
910 vueVersion
1011} from '~/content'
1112import readme from '~/markdown/intro/README.md'
@@ -38,6 +39,7 @@ export default {
3839 portalVueVersionMinor : portalVueVersion . replace ( minorRE , '$1' ) ,
3940 portalVueVersionMajor : portalVueVersion . replace ( majorRE , '$1' ) ,
4041 readme,
42+ version,
4143 vueVersion,
4244 vueVersionMinor : '2.5' ,
4345 vueVersionMajor : vueVersion . replace ( majorRE , '$1' )
You can’t perform that action at this time.
0 commit comments