diff --git a/src/guide/essentials/template-refs.md b/src/guide/essentials/template-refs.md index 89f48459..54cf3999 100644 --- a/src/guide/essentials/template-refs.md +++ b/src/guide/essentials/template-refs.md @@ -144,6 +144,8 @@ onMounted(() => console.log(itemRefs.value)) Ve verzích před 3.5, kde `useTemplateRef()` ještě není dostupné, musíme deklarovat ref s názvem, který odpovídá hodnotě atributu `ref` v šabloně. Ref by měl obsahovat hodnotu typu pole: +In versions before 3.5 where `useTemplateRef()` was not introduced, we need to declare a ref with a name that matches the template ref attribute's value. The ref should also contain an array value: + ```vue