File tree 2 files changed +2
-2
lines changed
test/unit/modules/compiler
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ function processKey (el) {
340
340
const parent = el . parent
341
341
if ( iterator && iterator === exp && parent && parent . tag === 'transition-group' ) {
342
342
warn (
343
- `Do not use v-for index as key on <transtion -group> children, ` +
343
+ `Do not use v-for index as key on <transition -group> children, ` +
344
344
`this is the same as not using keys.`
345
345
)
346
346
}
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ describe('parser', () => {
250
250
</transition-group>
251
251
</div>
252
252
` , baseOptions )
253
- expect ( 'Do not use v-for index as key on <transtion -group> children' ) . toHaveBeenWarned ( )
253
+ expect ( 'Do not use v-for index as key on <transition -group> children' ) . toHaveBeenWarned ( )
254
254
} )
255
255
256
256
it ( 'v-pre directive' , ( ) => {
You can’t perform that action at this time.
0 commit comments