From fefc37bc8f7c8741f92a8409b6ca7d42d8ed3366 Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:11:57 +0900 Subject: [PATCH] docs: remove unnecessary line break --- src/guide/essentials/template-refs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/guide/essentials/template-refs.md b/src/guide/essentials/template-refs.md index 04624e13c8..f613c2ab66 100644 --- a/src/guide/essentials/template-refs.md +++ b/src/guide/essentials/template-refs.md @@ -12,8 +12,7 @@ While Vue's declarative rendering model abstracts away most of the direct DOM op
-To obtain the reference with Composition API, we can use the [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) helper: +To obtain the reference with Composition API, we can use the [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) helper: ```vue