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