diff --git a/src/compiler/parser/index.js b/src/compiler/parser/index.js index 435009211c..9bcd42f9ed 100644 --- a/src/compiler/parser/index.js +++ b/src/compiler/parser/index.js @@ -341,7 +341,8 @@ function processKey (el) { if (iterator && iterator === exp && parent && parent.tag === 'transition-group') { warn( `Do not use v-for index as key on children, ` + - `this is the same as not using keys.` + `this is the same as not using keys.`, + true /* tip */ ) } }