|
|
@@ -340,7 +340,7 @@ function processKey (el) {
|
|
|
const parent = el.parent
|
|
|
if (iterator && iterator === exp && parent && parent.tag === 'transition-group') {
|
|
|
warn(
|
|
|
- `Do not use v-for index as key on <transtion-group> children, ` +
|
|
|
+ `Do not use v-for index as key on <transition-group> children, ` +
|
|
|
`this is the same as not using keys.`
|
|
|
)
|
|
|
}
|