From 31fc8040ed6e62bf4ec2ea05bb3b99bda5e98448 Mon Sep 17 00:00:00 2001 From: wuyuansushen <43259764+wuyuansushen@users.noreply.github.com> Date: Sat, 3 May 2025 01:15:38 +0900 Subject: [PATCH] docs: variable name, not value of variable (#3224) Update template-syntax.md The same is the variable name rather than the value of variable. --- src/guide/essentials/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/essentials/template-syntax.md b/src/guide/essentials/template-syntax.md index c99ae402..8df7f81b 100644 --- a/src/guide/essentials/template-syntax.md +++ b/src/guide/essentials/template-syntax.md @@ -68,7 +68,7 @@ Vue تستخدم صيغة القالب المستند على الـHTML التي - Only supported in 3.4+ -If the attribute has the same name with the JavaScript value being bound, the syntax can be further shortened to omit the attribute value: +If the attribute has the same name as the variable name of the JavaScript value being bound, the syntax can be further shortened to omit the attribute value: ```vue-html