Skip to content

Commit 61dd82e

Browse files
committed
fix definition of , fixes vuejs#1529
1 parent e788822 commit 61dd82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ type: api
14061406
14071407
- **Details:**
14081408
1409-
An object that holds child components that have `ref` registered.
1409+
An object of DOM elements and component instances, registered with [`ref` attributes](#ref).
14101410
14111411
- **See also:**
14121412
- [Child Component Refs](../guide/components.html#Child-Component-Refs)

0 commit comments

Comments
 (0)