Skip to content

Commit 622e7e5

Browse files
authored
docs: remove unnecessary line break (#3032)
1 parent b15177c commit 622e7e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/guide/essentials/template-refs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ While Vue's declarative rendering model abstracts away most of the direct DOM op
1212

1313
<div class="composition-api">
1414

15-
To obtain the reference with Composition API, we can use the [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) <sup class="vt-badge" data-text=
16-
"3.5+" /> helper:
15+
To obtain the reference with Composition API, we can use the [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) <sup class="vt-badge" data-text="3.5+" /> helper:
1716

1817
```vue
1918
<script setup>

0 commit comments

Comments
 (0)