We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef391f5 commit 3cb115bCopy full SHA for 3cb115b
docs/markdown/intro/README.md
@@ -119,10 +119,10 @@ version of Vue.js, Bootstrap v4 and BootstrapVue:
119
120
```bash
121
# With npm
122
-npm install vue bootstrap bootstrap-vue
+npm install vue bootstrap@4 bootstrap-vue
123
124
# With yarn
125
-yarn add vue bootstrap bootstrap-vue
+yarn add vue bootstrap@4 bootstrap-vue
126
```
127
128
Then, register BootstrapVue in your app entry point (typically `app.js` or `main.js`):
0 commit comments