From 8fc326c79c58bcdf8ac239933b040f6f9bff53e4 Mon Sep 17 00:00:00 2001 From: Ahmed Zahir Date: Tue, 8 Oct 2024 16:13:25 +0800 Subject: [PATCH] Update template-syntax.md changed remove / insert to remove or insert, coz it feels like you're trying to remove '/', insert insert the

--- 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 c08b6f8316..56a7c7b5f1 100644 --- a/src/guide/essentials/template-syntax.md +++ b/src/guide/essentials/template-syntax.md @@ -193,7 +193,7 @@ Directive attribute values are expected to be single JavaScript expressions (wit

Now you see me

``` -Here, the `v-if` directive would remove / insert the `

` element based on the truthiness of the value of the expression `seen`. +Here, the `v-if` directive would remove or insert the `

` element based on the truthiness of the value of the expression `seen`. ### Arguments {#arguments}