Skip to content

Commit

Permalink
chore(docs): update bootstrap to bootstrap@4
Browse files Browse the repository at this point in the history
#### Describe the PR
current bootstrap version is version 5: https://www.npmjs.com/package/bootstrap
  • Loading branch information
dhanyn10 committed Jan 19, 2023
1 parent a8a5d4e commit ab777a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/markdown/intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ version of Vue.js, Bootstrap v4 and BootstrapVue:

```bash
# With npm
npm install vue bootstrap bootstrap-vue
npm install vue bootstrap@4 bootstrap-vue

# With yarn
yarn add vue bootstrap bootstrap-vue
yarn add vue bootstrap@4 bootstrap-vue
```

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

0 comments on commit ab777a4

Please sign in to comment.