Browse Source

chore: fix typo in <template v-slot> warning (#10585)

dev
Tan Zhen Yong 5 years ago
committed by Eduardo San Martin Morote
parent
commit
3dcd85b826
  1. 2
      src/compiler/parser/index.js

2
src/compiler/parser/index.js

@ -654,7 +654,7 @@ function processSlotContent (el) {
if (el.parent && !maybeComponent(el.parent)) {
warn(
`<template v-slot> can only appear at the root level inside ` +
`the receiving the component`,
`the receiving component`,
el
)
}

Loading…
Cancel
Save