parent
f9826fa963
commit
b3af5dbe5d
@ -41,7 +41,10 @@ const resolveTarget = <T = RendererElement>(
|
|||||||
if (!target) {
|
if (!target) {
|
||||||
__DEV__ &&
|
__DEV__ &&
|
||||||
warn(
|
warn(
|
||||||
`Failed to locate Teleport target with selector "${targetSelector}".`
|
`Failed to locate Teleport target with selector "${targetSelector}". ` +
|
||||||
|
`Note the target element must exist before the component is mounted - ` +
|
||||||
|
`i.e. the target cannot be rendered by the component itself, and ` +
|
||||||
|
`ideally should be outside of the entire Vue component tree.`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
return target as any
|
return target as any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user