Skip to content

Commit

Permalink
docs: remove unnecessary line break (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Sep 29, 2024
1 parent c0f1679 commit cd9b417
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/guide/essentials/template-refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ I když od vás deklarativní model vykreslování ve Vue většinu přímých o

<div class="composition-api">

Pro získání odkazu s Composition API můžeme využít pomocnou funkci [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) <sup class="vt-badge" data-text=
"3.5+" />:
Pro získání odkazu s Composition API můžeme využít pomocnou funkci [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) <sup class="vt-badge" data-text="3.5+" />:

```vue
<script setup>
Expand Down

0 comments on commit cd9b417

Please sign in to comment.