This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
"@adonisjs/shield" : " ^1.0.4" ,
86
86
<%_ } _%>
87
87
<%_ if (ui === 'bootstrap') { _%>
88
- "bootstrap-vue" : " ^2.0.0-rc.11 " ,
88
+ "bootstrap-vue" : " ^2.0.0" ,
89
89
"bootstrap" : " ^4.1.3" ,
90
90
<%_ } else if (ui === 'bulma') { _%>
91
91
"@nuxtjs/bulma" : " ^1.2.1" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ module.exports = {
99
99
*/
100
100
modules: [
101
101
< % _ if ( ui = = = 'bootstrap' ) { _ % >
102
- // Doc: https://bootstrap-vue.js.org/docs/
102
+ // Doc: https://bootstrap-vue.js.org
103
103
'bootstrap-vue/nuxt',
104
104
< % _ } else if ( ui = = = 'bulma' ) { _ % >
105
105
// Doc: https://github.com/nuxt-community/modules/tree/master/packages/bulma
Original file line number Diff line number Diff line change @@ -2373,7 +2373,7 @@ Generated by [AVA](https://ava.li).
2373
2373
{
2374
2374
dependencies: {
2375
2375
bootstrap: '^4.1.3',
2376
- 'bootstrap-vue': '^2.0.0-rc.11 ',
2376
+ 'bootstrap-vue': '^2.0.0',
2377
2377
nuxt: '^2.0.0',
2378
2378
},
2379
2379
devDependencies: {},
@@ -2428,7 +2428,7 @@ Generated by [AVA](https://ava.li).
2428
2428
** Nuxt.js modules␊
2429
2429
*/␊
2430
2430
modules: [␊
2431
- // Doc: https://bootstrap-vue.js.org/docs/ ␊
2431
+ // Doc: https://bootstrap-vue.js.org␊
2432
2432
'bootstrap-vue/nuxt',␊
2433
2433
],␊
2434
2434
/*␊
You can’t perform that action at this time.
0 commit comments