Skip to content

Commit

Permalink
fix Убран оставленный перевод (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdju committed Feb 12, 2024
1 parent 242a708 commit 1f10606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/sfc-script-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ const [modelValue, modelModifiers] = defineModel({

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

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

```ts
Expand Down

0 comments on commit 1f10606

Please sign in to comment.