Skip to content

Commit 3cb115b

Browse files
authored
docs: update bootstrap to bootstrap@4 (#7112)
1 parent ef391f5 commit 3cb115b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/markdown/intro/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ version of Vue.js, Bootstrap v4 and BootstrapVue:
119119

120120
```bash
121121
# With npm
122-
npm install vue bootstrap bootstrap-vue
122+
npm install vue bootstrap@4 bootstrap-vue
123123

124124
# With yarn
125-
yarn add vue bootstrap bootstrap-vue
125+
yarn add vue bootstrap@4 bootstrap-vue
126126
```
127127

128128
Then, register BootstrapVue in your app entry point (typically `app.js` or `main.js`):

0 commit comments

Comments
 (0)