Skip to content

Commit

Permalink
Correct template ref grammar (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
damms005 committed Dec 29, 2023
1 parent 5cbf0bf commit 7bfcc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/template-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ While Vue's declarative rendering model abstracts away most of the direct DOM op

<div class="composition-api">

To obtain the reference with Composition API, we need to declare a ref with the same name:
To obtain the reference with Composition API, we need to declare a ref with a name that matches the template ref attribute's value:

```vue
<script setup>
Expand Down

0 comments on commit 7bfcc8a

Please sign in to comment.