Skip to content

Commit 366e78c

Browse files
d-levinchrisvfritz
authored andcommitted
Add version that properties were introduced in (#1914)
`$attrs` and `$listeners` were introduced in v2.4.0. The docs should mention this in order to avoid confusion.
1 parent 7b9f5d7 commit 366e78c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/v2/api/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,8 @@ type: api
14301430
14311431
### vm.$attrs
14321432
1433+
> New in 2.4.0+
1434+
14331435
- **Type:** `{ [key: string]: string }`
14341436
14351437
- **Read only**
@@ -1440,6 +1442,8 @@ type: api
14401442
14411443
### vm.$listeners
14421444
1445+
> New in 2.4.0+
1446+
14431447
- **Type:** `{ [key: string]: Function | Array<Function> }`
14441448
14451449
- **Read only**

0 commit comments

Comments
 (0)