File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/unit/modules/compiler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ function processKey (el) {
340340 const parent = el . parent
341341 if ( iterator && iterator === exp && parent && parent . tag === 'transition-group' ) {
342342 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, ` +
344344 `this is the same as not using keys.`
345345 )
346346 }
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ describe('parser', () => {
250250 </transition-group>
251251 </div>
252252 ` , 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 ( )
254254 } )
255255
256256 it ( 'v-pre directive' , ( ) => {
You can’t perform that action at this time.
0 commit comments