From 90ed83113b72291f262c1d1db105cdcea604f94a Mon Sep 17 00:00:00 2001 From: EtherNoteWorld <60068310+EtherNoteWorld@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:52:20 +0800 Subject: [PATCH] docs: fix typo - count should be model (#2749) * docs: fix typo - count should be model * Update src/guide/components/v-model.md Co-authored-by: Ben Hong --------- Co-authored-by: Ben Hong --- src/guide/components/v-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/components/v-model.md b/src/guide/components/v-model.md index 9c4a2dd485..63b2974a7e 100644 --- a/src/guide/components/v-model.md +++ b/src/guide/components/v-model.md @@ -27,7 +27,7 @@ The parent can then bind a value with `v-model`: ```vue-html - + ``` The value returned by `defineModel()` is a ref. It can be accessed and mutated like any other ref, except that it acts as a two-way binding between a parent value and a local one: