🌐 AI搜索 & 代理 主页
Skip to content

Commit 6d30e1a

Browse files
authored
Update README.md
1 parent 95964ec commit 6d30e1a

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

docs/markdown/intro/README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ If you are migrating from a previous `v2.0.0-rc.##` release, please see the
2020

2121
The online documentation is comprised of the following sections:
2222

23-
- [Components](/docs/components) - Components and plugin documentation
24-
- [Directives](/docs/directives) - Directives and plugin documentation
23+
- [Components](/docs/components) - Components and component plugin documentation
24+
- [Directives](/docs/directives) - Directives and directive plugin documentation
25+
- [Icons](/docs/icons) - Icons and icon plugin documentation
26+
<b-badge variant="success">New in v2.2.0</b-badge>
2527
- [Reference](/docs/reference) - Reference information and documentation
2628
- [Miscellaneous](/docs/misc) - Miscellaneous information
2729
- [Playground](/play) - Online playground
@@ -708,8 +710,8 @@ our functional components). These three dependencies are included in the `UMD` b
708710

709711
## Migrating a project already using Bootstrap
710712

711-
If you've already been using Bootstrap v4, there are a couple adjustments you may need to make to
712-
your project:
713+
If you've already been using Bootstrap vv{{bootstrapVersionMajor}}, there are a couple adjustments
714+
you may need to make to your project:
713715

714716
- Remove the `bootstrap.js` file from your page scripts or build pipeline
715717
- If Bootstrap is the only thing relying on `jQuery`, you can safely remove it — BootstrapVue **does
@@ -721,9 +723,13 @@ your project:
721723

722724
### CSS
723725

724-
BootstrapVue is to be used with Bootstrap v4.3 CSS/SCSS. Please see
725-
[Browsers and devices](https://getbootstrap.com/docs/4.3/getting-started/browsers-devices) for more
726-
information about browsers currently supported by Bootstrap v4.
726+
BootstrapVue is to be used with Bootstrap v{{bootstrapVersionMinor}} CSS/SCSS. Please see
727+
<a
728+
:href="`https://getbootstrap.com/docs/${bootstrapVersionMinor}/getting-started/browsers-devices`"
729+
target="_blank"
730+
rel="noopener"
731+
>Browsers and devices</a> for more information about browsers currently supported by Bootstrap
732+
v{{bootstrapVersionMajor}}.
727733

728734
### JS
729735

0 commit comments

Comments
 (0)