We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822f480 commit b39c8a7Copy full SHA for b39c8a7
src/v2/api/index.md
@@ -2123,8 +2123,8 @@ type: api
2123
<!-- vm.$refs.p will be the DOM node -->
2124
<p ref="p">hello</p>
2125
2126
- <!-- vm.$refs.child will be the child comp instance -->
2127
- <child-comp ref="child"></child-comp>
+ <!-- vm.$refs.child will be the child component instance -->
+ <child-component ref="child"></child-component>
2128
```
2129
2130
When used on elements/components with `v-for`, the registered reference will be an Array containing DOM nodes or component instances.
0 commit comments