From 8b810a73d4aa87b91c6f556c7479242719e371cb Mon Sep 17 00:00:00 2001 From: Kevin Cunningham Date: Sat, 9 Jan 2021 09:41:46 +0000 Subject: [PATCH 1/2] Update introduction.md I was working through the examples in Vue 3 and got the following error: ``` Elements in iteration expect to have 'v-bind:key' directives vue/require-v-for-key ``` Adding the key removes this error. I'm new to Vue (coming from React) and don't know if I'm missing something. --- src/guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/introduction.md b/src/guide/introduction.md index 1a352c94c3..3a96e5cc7e 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 }}
From 0cf8643aacb977908c16497360f26b1a88411bea Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Thu, 14 Jan 2021 10:28:46 +0100 Subject: [PATCH 2/2] Update src/guide/introduction.md --- src/guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/introduction.md b/src/guide/introduction.md index 3a96e5cc7e..8fb7c0524e 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 }}