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

Commit 97ad7cd

Browse files
committed
Remove useless "available since" notes
1 parent ca75259 commit 97ad7cd

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/components/avatar/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Avatars are lightweight functional components, which render inline by default, s
1111
vertically centered beside any adjoining plain text. They also can be used as children of other
1212
components.
1313

14-
The `<b-avatar>` component was added in BootstrapVue version `v2.8.0`.
15-
1614
```html
1715
<template>
1816
<div>

src/components/form-tags/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Tags are arrays of short strings, used in various ways such as assigning categories. Use the default
77
user interface, or create your own custom interface via the use of the default scoped slot.
88

9-
The tagged input was added in BootstrapVue release `v2.2.0`.
10-
119
## Basic usage
1210

1311
Tags will have any leading and tailing whitespace removed, and duplicate tags are not permitted.

src/directives/hover/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
The `v-b-hover` directive can be used as an alternative to using custom CSS to handle hover states.
99

10-
The `v-b-hover` directive was added in version `2.5.0`.
11-
1210
- `v-b-hover` will call your callback method with a boolean value indicating if the element is
1311
hovered or not.
1412
- The directive can be placed on almost any element or component.

src/directives/visible/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
66
## Overview
77

8-
The `v-b-visible` directive was added in version `2.1.0`.
9-
108
- `v-b-visible` will call your callback method with a boolean value indicating if the element is
119
visible (intersecting with the viewport) or not.
1210
- The directive can be placed on almost any element or component.

0 commit comments

Comments
 (0)