diff --git a/src/guide/essentials/template-refs.md b/src/guide/essentials/template-refs.md index 06ce2f7a..1314a43a 100644 --- a/src/guide/essentials/template-refs.md +++ b/src/guide/essentials/template-refs.md @@ -12,7 +12,7 @@
-To obtain the reference with Composition API, we can use the [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) helper: +Чтобы получить ссылку с помощью Composition API, мы можем использовать [`useTemplateRef()`](/api/composition-api-helpers#usetemplateref) хэлпер. ```vue