Skip to content

Commit 7a4fc9b

Browse files
authored
Remove original eng text
1 parent c0d915f commit 7a4fc9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guide/essentials/template-refs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ onMounted(() => {
3232
```
3333

3434
При использовании Typescript, поддержка Vue IDE и `vue-tsc` автоматически определят тип `input.value`, основываясь для какого элемента или компонента используется соответствующий `ref` атрибут.
35-
When using TypeScript, Vue's IDE support and `vue-tsc` will automatically infer the type of `input.value` based on what element or component the matching `ref` attribute is used on.
3635

3736
<details>
3837
<summary>Использование до версии 3.5</summary>

0 commit comments

Comments
 (0)