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 authored and Jinjiang committed Jan 9, 2024
1 parent b3362db commit 02f9d13
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 @@

<div class="composition-api">

为了通过组合式 API 获得该模板引用,我们需要声明一个同名的 ref:
为了通过组合式 API 获得该模板引用,我们需要声明一个匹配模板 ref attribute 值的 ref:

```vue
<script setup>
Expand Down

0 comments on commit 02f9d13

Please sign in to comment.