Skip to content

Update Bootstrap CSS CDN link to be v4 Specific in [Getting started > Browser] Docs Section #6696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 4 tasks
zcoop98 opened this issue Jul 9, 2021 · 4 comments
Closed
1 of 4 tasks

Comments

@zcoop98
Copy link

zcoop98 commented Jul 9, 2021

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.

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

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.

@zcoop98 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
@Hiws
Copy link
Member

Hiws commented Jul 9, 2021

I have a PR open which should solve this issue.
#6623

@zcoop98 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
@jpmeijers
Copy link

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.

@stale
Copy link

stale bot commented Apr 16, 2022

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.

@stale stale bot added the Status: Stale label Apr 16, 2022
@stale
Copy link

stale bot commented Apr 27, 2022

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!

@stale stale bot closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants