From 171d09ff1a189af7dc9241fa07e916f6002a47e6 Mon Sep 17 00:00:00 2001 From: NataliaTepluhina Date: Thu, 14 Jan 2021 10:42:00 +0100 Subject: [PATCH] fix: added keys --- src/guide/introduction.md | 2 +- src/guide/list.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/guide/introduction.md b/src/guide/introduction.md index 8fb7c0524e..1a352c94c3 100644 --- a/src/guide/introduction.md +++ b/src/guide/introduction.md @@ -189,7 +189,7 @@ There are quite a few other directives, each with its own special functionality. ```html
    -
  1. +
  2. {{ todo.text }}
diff --git a/src/guide/list.md b/src/guide/list.md index ec4be39071..e5b0027d47 100644 --- a/src/guide/list.md +++ b/src/guide/list.md @@ -168,7 +168,7 @@ Sometimes we want to display a filtered or sorted version of an array without ac For example: ```html -
  • {{ n }}
  • +
  • {{ n }}
  • ``` ```js @@ -188,7 +188,7 @@ In situations where computed properties are not feasible (e.g. inside nested `v- ```html ``` @@ -211,7 +211,7 @@ methods: { ```html
    - {{ n }} + {{ n }}
    ``` @@ -225,7 +225,7 @@ Similar to template `v-if`, you can also use a `