diff --git a/src/api/sfc-script-setup.md b/src/api/sfc-script-setup.md index 0a62c0ca..aadfa7f5 100644 --- a/src/api/sfc-script-setup.md +++ b/src/api/sfc-script-setup.md @@ -284,7 +284,6 @@ const [modelValue, modelModifiers] = defineModel({ ### Использование вместе с TypeScript {#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