From 3446976776a8382fcfc891ab1b1557f07016c5b8 Mon Sep 17 00:00:00 2001 From: Zhilu Date: Mon, 7 Apr 2025 09:53:25 +0800 Subject: [PATCH 1/2] docs(v-model): same-name shorthand usage https://github.com/vuejs/core/pull/13156 --- src/api/built-in-directives.md | 21 +++++++++++++++++++++ src/guide/essentials/template-syntax.md | 8 ++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/api/built-in-directives.md b/src/api/built-in-directives.md index 8afb0bfc48..1a4629c773 100644 --- a/src/api/built-in-directives.md +++ b/src/api/built-in-directives.md @@ -358,12 +358,33 @@ Create a two-way binding on a form input element or a component. - `