Skip to content

Commit 3dcd85b

Browse files
Xenonymposva
authored andcommitted
chore: fix typo in <template v-slot> warning (#10585)
1 parent 235064e commit 3dcd85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/parser/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ function processSlotContent (el) {
654654
if (el.parent && !maybeComponent(el.parent)) {
655655
warn(
656656
`<template v-slot> can only appear at the root level inside ` +
657-
`the receiving the component`,
657+
`the receiving component`,
658658
el
659659
)
660660
}

0 commit comments

Comments
 (0)