You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bootstrap CSS CDN reference in the <link> element needs to be updated to refer specifically to Bootstrap v4 in the Getting started > Browser page section.
Reporting a typo
Reporting a documentation bug
Documentation improvement
Documentation feedback
Is there a specific documentation page you are reporting?
The unpkg.com CDN link in the Browser import example currently refers to the Bootstrap package generically, without a version number.
This means that, since Bootstrap's v5.0.0 release May 5th, the <link> using //unpkg.com/bootstrap/dist/css/bootstrap.min.css now imports Bootstrap v5 CSS, which Bootstrap-Vue isn't compatible with yet (via #5507).
The link needs to be updated to //unpkg.com/bootstrap@4/dist/css/bootstrap.min.css, which will point to the latest v4 release.
The text was updated successfully, but these errors were encountered:
zcoop98
changed the title
Update Browser Bootstrap CSS Import to be v4 Specific
Update Browser Bootstrap CSS Import to be v4 Specific in [Getting started > Browser] Docs Section
Jul 9, 2021
I have a PR open which should solve this issue. #6623
zcoop98
changed the title
Update Browser Bootstrap CSS Import to be v4 Specific in [Getting started > Browser] Docs Section
Update Bootstrap CSS CDN link to be v4 Specific in [Getting started > Browser] Docs Section
Jul 9, 2021
I'm also affected by this. I was following the steps in the docs to install bootstrap into my Vue2 project, but the example navbar didn't work. Turns out npm installed bootstrap 5, not 4 as expected.
npm install vue bootstrap bootstrap-vue
Should therefore be changed to be bootstrap 4 specific.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
Uh oh!
There was an error while loading. Please reload this page.
Documentation issue
The Bootstrap CSS CDN reference in the
<link>
element needs to be updated to refer specifically to Bootstrap v4 in the Getting started > Browser page section.Is there a specific documentation page you are reporting?
https://bootstrap-vue.org/docs#browser
Additional context or description
The unpkg.com CDN link in the Browser import example currently refers to the Bootstrap package generically, without a version number.
This means that, since Bootstrap's v5.0.0 release May 5th, the
<link>
using//unpkg.com/bootstrap/dist/css/bootstrap.min.css
now imports Bootstrap v5 CSS, which Bootstrap-Vue isn't compatible with yet (via #5507).The link needs to be updated to
//unpkg.com/bootstrap@4/dist/css/bootstrap.min.css
, which will point to the latest v4 release.The text was updated successfully, but these errors were encountered: