Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 1f10606

Browse files
authored
fix Убран оставленный перевод (vuejs#345)
1 parent 242a708 commit 1f10606

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/sfc-script-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ const [modelValue, modelModifiers] = defineModel({
284284

285285
### Использование вместе с TypeScript <sup class="vt-badge ts" /> {#usage-with-typescript}
286286

287-
Like `defineProps` and `defineEmits`, `defineModel` can also receive type arguments to specify the types of the model value and the modifiers:
288287
Как `defineProps` и `defineEmits`, `defineModel` также может принимать типы аргументов, чтобы определить типы значения модели и модификаторов:
289288

290289
```ts

0 commit comments

Comments
 (0)