Skip to content

Commit 29f227e

Browse files
phananyyx990803
authored andcommitted
Don't use abbreviation (#348)
1 parent a10c947 commit 29f227e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ This interface can be used not only to connect with form inputs inside a compone
716716
<webcam-retinal-scanner v-model="retinalImage"></webcam-retinal-scanner>
717717
```
718718

719-
### Child Component Refs
719+
### Child Component Reference
720720

721721
Despite the existence of props and events, sometimes you might still need to directly access a child component in JavaScript. To achieve this you have to assign a reference ID to the child component using `ref`. For example:
722722

0 commit comments

Comments
 (0)