From eb1eb23ce70cffcce9aac57e0a210762af9b1007 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Tue, 19 Jan 2021 00:09:02 +0300 Subject: [PATCH] Update list.md --- src/guide/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/list.md b/src/guide/list.md index e5b0027d47..e21714896c 100644 --- a/src/guide/list.md +++ b/src/guide/list.md @@ -244,7 +244,7 @@ When they exist on the same node, `v-if` has a higher priority than `v-for`. Tha
  • - {{ todo }} + {{ todo.name }}
  • ``` @@ -253,7 +253,7 @@ This can be fixed by moving `v-for` to a wrapping `