From f210c3526056af5278d1e4de4c4b5520807ce01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Anh=20V=C5=A9?= <61783362+leanhvu21042001@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:58:21 +0700 Subject: [PATCH] fix(template-syntax.md): miss close tag --- 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 99b0a31b7d..4fb09592aa 100644 --- a/src/guide/essentials/template-syntax.md +++ b/src/guide/essentials/template-syntax.md @@ -239,7 +239,7 @@ Similarly, you can use dynamic arguments to bind a handler to a dynamic event na ... - + ... ``` In this example, when `eventName`'s value is `"focus"`, `v-on:[eventName]` will be equivalent to `v-on:focus`.